2 lines
118 B
MySQL
2 lines
118 B
MySQL
|
|
alter table notifications add column band_invitation_id VARCHAR(64)
|
||
|
|
REFERENCES band_invitations(id) ON DELETE CASCADE;
|