feat: 增加客户种类字段migration
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Agent
2026-03-29 05:52:25 +00:00
parent 02383f1f3a
commit de0a9c1fa7

View File

@@ -0,0 +1,2 @@
-- 为客户表增加种类字段
ALTER TABLE customers ADD COLUMN type VARCHAR(20) DEFAULT 'customer';