-- Place your SQL code here ALTER TABLE vn.entry CHANGE isBlocked__ isBlocked tinyint(4) DEFAULT 0 NOT NULL;