mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2024-11-20 10:31:17 +00:00
3 lines
110 B
MySQL
3 lines
110 B
MySQL
|
-- Your SQL goes here
|
||
|
ALTER TABLE users ADD COLUMN avatar_id INTEGER REFERENCES medias(id) ON DELETE CASCADE;
|