guestbook-ng/migrations/6/up.sql

4 lines
68 B
MySQL
Raw Normal View History

ALTER TABLE messages
ALTER COLUMN message_date
SET DEFAULT NOW();