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