分裂iccid长度
All checks were successful
构建并部署到测试环境(无 SSH) / build-and-deploy (push) Successful in 7m47s

This commit is contained in:
2026-04-21 10:55:12 +08:00
parent 9942bbc74e
commit e049080f6c
18 changed files with 883 additions and 60 deletions

View File

@@ -0,0 +1,7 @@
DROP INDEX IF EXISTS idx_personal_customer_iccid_19;
ALTER TABLE tb_personal_customer_iccid DROP COLUMN IF EXISTS iccid_19;
DROP INDEX IF EXISTS idx_iot_card_iccid_20;
DROP INDEX IF EXISTS idx_iot_card_iccid_19;
ALTER TABLE tb_iot_card DROP COLUMN IF EXISTS iccid_20;
ALTER TABLE tb_iot_card DROP COLUMN IF EXISTS iccid_19;