3 lines
54 B
SQL
3 lines
54 B
SQL
ALTER TABLE `image_generations`
|
|
DROP COLUMN `size`;
|
ALTER TABLE `image_generations`
|
|
DROP COLUMN `size`;
|