atuin/atuin-server-postgres/migrations/20220426172813_user-created-at.sql

2 lines
74 B
MySQL
Raw Normal View History

2022-04-26 15:27:51 -06:00
alter table users add column created_at timestamp not null default now();