1 line
74 B
SQL
1 line
74 B
SQL
alter table users add column created_at timestamp not null default now();
|
alter table users add column created_at timestamp not null default now();
|