156.sql (101B)
1 -- +migrate Up 2 ALTER TABLE poker_tables ADD COLUMN idx INTEGER NOT NULL DEFAULT 0; 3 4 -- +migrate Down