4 lines
93 B
SQL
4 lines
93 B
SQL
ALTER TABLE sub_modules
|
|
DROP COLUMN IF EXISTS tips,
|
|
DROP COLUMN IF EXISTS thumbnail;
|