Files
junhong_cmp_fiber/migrations/000131_add_iccid_dual_column.down.sql
huang e049080f6c
All checks were successful
构建并部署到测试环境(无 SSH) / build-and-deploy (push) Successful in 7m47s
分裂iccid长度
2026-04-21 10:55:12 +08:00

8 lines
325 B
SQL

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;