PostText/migrations/2/up.sql

4 lines
66 B
SQL

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