2 lines
100 B
MySQL
2 lines
100 B
MySQL
|
ALTER TABLE team_member ADD COLUMN role_code TEXT NOT NULL REFERENCES role(code) ON DELETE CASCADE;
|