ALTER TABLE manga_sync ADD COLUMN start_date INTEGER NOT NULL DEFAULT 0; ALTER TABLE manga_sync ADD COLUMN finish_date INTEGER NOT NULL DEFAULT 0;