atuin/atuin-server/migrations/20220426172813_user-created-at.sql
2022-04-26 22:27:51 +01:00

2 lines
74 B
SQL

alter table users add column created_at timestamp not null default now();