mirror of
https://github.com/atuinsh/atuin.git
synced 2024-11-26 10:15:37 +01:00
2 lines
74 B
SQL
2 lines
74 B
SQL
alter table users add column created_at timestamp not null default now();
|