garbagespeak.com/migrations/000008_add_serial_n_to_garbages.up.sql

2 lines
54 B
MySQL
Raw Permalink Normal View History

2023-07-31 14:55:20 +00:00
ALTER TABLE garbages ADD COLUMN n BIGSERIAL NOT NULL;