mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2025-02-09 19:52:21 +00:00
2 lines
104 B
SQL
2 lines
104 B
SQL
-- Your SQL goes here
|
|
ALTER TABLE posts ADD COLUMN cover_id INTEGER REFERENCES medias(id) DEFAULT NULL;
|