4 lines
78 B
SQL
4 lines
78 B
SQL
DROP TRIGGER IF EXISTS update_player_rating;
|
|
|
|
ALTER TABLE DROP COLUMN rating;
|