ALTER TABLE meetings ADD COLUMN is_cancelled INTEGER NOT NULL DEFAULT 0; ALTER TABLE sessions ADD COLUMN is_cancelled INTEGER NOT NULL DEFAULT 0;