mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2025-02-11 04:32:20 +00:00
2 lines
86 B
SQL
2 lines
86 B
SQL
-- Your SQL goes here
|
|
ALTER TABLE posts ADD COLUMN subtitle TEXT NOT NULL DEFAULT '';
|