ALTER TABLE `seller_profiles`
  ADD COLUMN `identification_document` VARCHAR(255) DEFAULT NULL AFTER `business_certificate`;
