draft
This commit is contained in:
4
backend/configs/migrations/004_merchant_app_id.sql
Normal file
4
backend/configs/migrations/004_merchant_app_id.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
ALTER TABLE `merchant`
|
||||
ADD COLUMN `app_id` VARCHAR(32) NOT NULL DEFAULT '' AFTER `merchant_id`;
|
||||
ALTER TABLE `merchant`
|
||||
ADD INDEX `idx_merchant_app_id` (`app_id`);
|
||||
Reference in New Issue
Block a user