common/dal/schema/000007_init.up.sql

2 lines
67 B
MySQL
Raw Normal View History

ALTER TABLE answer
ADD COLUMN start BOOLEAN NOT NULL DEFAULT FALSE;