mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2024-11-14 16:01:01 +00:00
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();
|