1
This commit is contained in:
@@ -80,7 +80,7 @@
|
||||
- `biz_users`(或 `users`,注意与 `sys_user` 后台账号区分 — **建议业务客户表用前缀 `biz_`**,避免与系统用户混淆)
|
||||
- `biz_plans`
|
||||
- `biz_subscriptions`(字段含 `renew_mode`、`payment_channel`、`payment_ref` 等)
|
||||
- `biz_api_tokens`(`token_hash`、`plan_id` 可选冗余)
|
||||
- `biz_api_token`(`token_hash`、`plan_id` 可选冗余)
|
||||
- `biz_usage_monthly`(`stat_month` YYYY-MM)
|
||||
|
||||
### 3.2 Sequelize 模型文件
|
||||
|
||||
Reference in New Issue
Block a user