ALTER TABLE tokens ADD COLUMN removed BOOLEAN NOT NULL DEFAULT false; ALTER TABLE pools ADD COLUMN removed BOOLEAN NOT NULL DEFAULT false;