You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
443 B

ALTER TABLE `business_customer`
MODIFY COLUMN `business_customer_id` VARCHAR(36) NOT NULL;
ALTER TABLE `markup_config`
MODIFY COLUMN `business_customer_id` VARCHAR(36) NULL;
ALTER TABLE `quote_record`
MODIFY COLUMN `business_customer_id` VARCHAR(36) NULL;
ALTER TABLE `idempotency_record`
MODIFY COLUMN `business_customer_id` VARCHAR(36) NULL;
ALTER TABLE `quote_query_log`
MODIFY COLUMN `business_customer_id` VARCHAR(36) NULL;