mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2024-11-12 06:51:21 +00:00
3 lines
104 B
MySQL
3 lines
104 B
MySQL
|
-- Your SQL goes here
|
||
|
ALTER TABLE posts ADD COLUMN cover_id INTEGER REFERENCES medias(id) DEFAULT NULL;
|