mirror of
https://github.com/atuinsh/atuin.git
synced 2025-08-03 13:07:32 +02:00
2 lines
74 B
SQL
2 lines
74 B
SQL
alter table users add column created_at timestamp not null default now();
|