1 line
98 B
MySQL
1 line
98 B
MySQL
|
|
alter table notifications add COLUMN friend_request_id varchar(64) REFERENCES friend_requests(id);
|