2 lines
74 B
MySQL
2 lines
74 B
MySQL
|
ALTER TABLE lists ADD COLUMN created_at TIMESTAMP NOT NULL DEFAULT NOW();
|