PostText/migrations/13/up.sql

10 lines
168 B
MySQL
Raw Permalink Normal View History

2023-08-24 19:12:26 -04:00
-- Nvm this isn't how NULL works in SQL lol
ALTER TABLE threads
ALTER COLUMN thread_body
DROP NOT NULL;
ALTER TABLE remarks
ALTER COLUMN remark_body
DROP NOT NULL;