ab5edbc6a5
Referencing the media to use to illustrate the article
3 lines
104 B
SQL
3 lines
104 B
SQL
-- Your SQL goes here
|
|
ALTER TABLE posts ADD COLUMN cover_id INTEGER REFERENCES medias(id) DEFAULT NULL;
|