1 line
82 B
MySQL
1 line
82 B
MySQL
|
|
ALTER TABLE invited_users ADD COLUMN receiver_id VARCHAR(64) REFERENCES users(id);
|