3 lines
65 B
MySQL
3 lines
65 B
MySQL
|
-- AlterTable
|
||
|
ALTER TABLE `Post` MODIFY `summary` TEXT NOT NULL;
|