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

1 line
98 B
SQL

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