4 lines
107 B
SQL
4 lines
107 B
SQL
ALTER TABLE accounts
|
|
DROP COLUMN IF EXISTS captain_features,
|
|
DROP COLUMN IF EXISTS captain_models;
|