2 lines
96 B
MySQL
2 lines
96 B
MySQL
|
ALTER TABLE vn.calendar ADD created timestamp DEFAULT current_timestamp() NOT NULL AFTER dated;
|