2 lines
96 B
SQL
2 lines
96 B
SQL
ALTER TABLE users
|
|
ADD COLUMN created_at TIMESTAMP(3) NOT NULL DEFAULT CURRENT_TIMESTAMP(3);
|