PostText/migrations/2/down.sql

4 lines
66 B
SQL

ALTER TABLE threads
ALTER COLUMN thread_title
TYPE VARCHAR(256);