PostText/migrations/3/up.sql

5 lines
87 B
MySQL
Raw Permalink Normal View History

ALTER TABLE threads
ADD COLUMN bump_date TIMESTAMPTZ
NOT NULL
DEFAULT NOW();