jam-cloud/db/up/notification_band_invite.sql

2 lines
118 B
MySQL
Raw Permalink Normal View History

alter table notifications add column band_invitation_id VARCHAR(64)
REFERENCES band_invitations(id) ON DELETE CASCADE;