钱包订单退款时应当正确退回,充值时允许最低充值1分
All checks were successful
构建并部署到测试环境(无 SSH) / build-and-deploy (push) Successful in 8m7s
All checks were successful
构建并部署到测试环境(无 SSH) / build-and-deploy (push) Successful in 8m7s
This commit is contained in:
@@ -153,7 +153,7 @@ INSERT INTO carriers (carrier_code, carrier_name, status) VALUES
|
||||
| sim_slots | INT | DEFAULT 1 | SIM卡槽数量(1-4) |
|
||||
| owner_type | VARCHAR(20) | NOT NULL, DEFAULT 'platform' | 所有者类型 platform-平台 agent-代理 user-用户 |
|
||||
| owner_id | BIGINT | NOT NULL, DEFAULT 0 | 所有者ID |
|
||||
| status | INT | NOT NULL, DEFAULT 1 | 状态 1-在库 2-已激活 3-已停用 |
|
||||
| status | INT | NOT NULL, DEFAULT 1 | 归属状态 1-在库 2-已分销 |
|
||||
| activated_at | TIMESTAMPTZ | | 激活时间 |
|
||||
| created_at | TIMESTAMPTZ | NOT NULL, DEFAULT NOW() | 创建时间 |
|
||||
| updated_at | TIMESTAMPTZ | NOT NULL, DEFAULT NOW() | 更新时间 |
|
||||
|
||||
Reference in New Issue
Block a user