mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2024-11-14 07:51:01 +00:00
ab5edbc6a5
Referencing the media to use to illustrate the article
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;
|