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