mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2025-02-05 09:42:27 +00:00
2 lines
118 B
SQL
2 lines
118 B
SQL
-- Your SQL goes here
|
|
ALTER TABLE medias ADD COLUMN owner_id INTEGER REFERENCES users(id) ON DELETE CASCADE NOT NULL;
|