mirror of
https://github.com/atuinsh/atuin.git
synced 2025-01-16 11:19:46 +01:00
2 lines
74 B
MySQL
2 lines
74 B
MySQL
|
alter table users add column created_at timestamp not null default now();
|