mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2024-11-29 15:01:10 +00:00
3 lines
86 B
MySQL
3 lines
86 B
MySQL
|
-- Your SQL goes here
|
||
|
ALTER TABLE posts ADD COLUMN subtitle TEXT NOT NULL DEFAULT '';
|