4 lines
89 B
SQL
4 lines
89 B
SQL
-- Remove image field from game_prizes table
|
|
ALTER TABLE game_prizes
|
|
DROP COLUMN image;
|