4 lines
59 B
MySQL
4 lines
59 B
MySQL
|
BEGIN;
|
||
|
ALTER TABLE parts DROP COLUMN english_name;
|
||
|
COMMIT;
|