2 lines
74 B
MySQL
2 lines
74 B
MySQL
|
alter table users add column created_at timestamp not null default now();
|