3 lines
107 B
MySQL
3 lines
107 B
MySQL
|
-- Your SQL goes here
|
||
|
ALTER TABLE notifications ADD COLUMN creation_date TIMESTAMP NOT NULL DEFAULT now();
|