Plume/migrations/postgres/2018-05-24-100613_add_notifications_creation_date/up.sql

3 lines
107 B
MySQL
Raw Normal View History

2018-05-24 10:12:27 +00:00
-- Your SQL goes here
ALTER TABLE notifications ADD COLUMN creation_date TIMESTAMP NOT NULL DEFAULT now();