ALTER TABLE `seller_profiles`
  ADD COLUMN `identification_verified` TINYINT(1) DEFAULT 0 AFTER `identification_document`;
