-- AlterTable
ALTER TABLE `Shops` ADD COLUMN `address` VARCHAR(191) NULL;
