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