56.sql (103B)
1 -- +migrate Up 2 ALTER TABLE users ADD COLUMN registration_duration INTEGER DEFAULT 0; 3 4 -- +migrate Down