alter table notifications add COLUMN friend_request_id varchar(64) REFERENCES friend_requests(id);