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