1
0
Fork 0
database/20230219045623_word_comment...

4 lines
57 B
PL/PgSQL

BEGIN;
ALTER TABLE words DROP COLUMN commentary;
COMMIT;