jam-cloud/db/up/notifications_add_friend_re...

1 line
98 B
MySQL
Raw Normal View History

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