fix
This commit is contained in:
@@ -28,7 +28,7 @@ $tables = @(
|
||||
# "admin_user_role",
|
||||
# "agent",
|
||||
# "agent_commission",
|
||||
"agent_config"
|
||||
# "agent_config"
|
||||
# "agent_freeze_task",
|
||||
# "agent_invite_code",
|
||||
# "agent_invite_code_usage",
|
||||
@@ -41,11 +41,12 @@ $tables = @(
|
||||
# "agent_short_link",
|
||||
# "agent_upgrade",
|
||||
# "agent_wallet",
|
||||
# "agent_withdrawal",
|
||||
# "agent_withdrawal"
|
||||
# "agent_withdrawal_tax",
|
||||
# "authorization_document",
|
||||
# "example",
|
||||
# "feature",
|
||||
# "feature"
|
||||
# "alipay_from_callback"
|
||||
# "global_notifications",
|
||||
# "order",
|
||||
# "order_refund",
|
||||
@@ -57,6 +58,13 @@ $tables = @(
|
||||
# "query_cleanup_log",
|
||||
# "user",
|
||||
# "user_auth"
|
||||
# "whitelist_order",
|
||||
# "whitelist_order_item",
|
||||
# "user_feature_whitelist"
|
||||
"complaint_main",
|
||||
"complaint_alipay",
|
||||
"complaint_alipay_trade",
|
||||
"complaint_manual"
|
||||
)
|
||||
|
||||
# 为每个表生成模型
|
||||
|
||||
Reference in New Issue
Block a user