4 lines
58 B
MySQL
4 lines
58 B
MySQL
|
BEGIN;
|
||
|
ALTER TABLE words DROP COLUMN inflections;
|
||
|
COMMIT;
|