f
This commit is contained in:
@@ -5,7 +5,7 @@ $DB_URL = "tyc:5vg67b3UNHu8@tcp(127.0.0.1:22001)/tyc"
|
||||
$OUTPUT_DIR = "./model"
|
||||
$TEMPLATE_DIR = "../template"
|
||||
|
||||
# 表名列表
|
||||
# 表名列表(按需开启)
|
||||
$tables = @(
|
||||
# "agent"
|
||||
# "agent_active_stat",
|
||||
@@ -16,7 +16,7 @@ $tables = @(
|
||||
# "agent_commission_deduction"
|
||||
# "agent_link",
|
||||
# "agent_membership_config",
|
||||
# "agent_membership_recharge_order"
|
||||
"agent_membership_recharge_order"
|
||||
# "agent_membership_user_config",
|
||||
# "agent_order",
|
||||
# "agent_platform_deduction"
|
||||
@@ -29,15 +29,15 @@ $tables = @(
|
||||
# "agent_withdrawal_tax_exemption"
|
||||
# "feature"
|
||||
# "global_notifications"
|
||||
# "order"
|
||||
# "order_refund"
|
||||
"order"
|
||||
"order_refund"
|
||||
# "product",
|
||||
# "product_feature"
|
||||
# "query",
|
||||
# "query_cleanup_log"
|
||||
# "query_cleanup_detail"
|
||||
# "query_cleanup_config"
|
||||
"user"
|
||||
# "user"
|
||||
# "user_auth"
|
||||
# "user_temp"
|
||||
# "example"
|
||||
@@ -55,7 +55,6 @@ $tables = @(
|
||||
# "admin_promotion_link_stats_history"
|
||||
# "admin_promotion_order"
|
||||
# "query_user_record"
|
||||
|
||||
)
|
||||
|
||||
# 为每个表生成模型
|
||||
|
||||
Reference in New Issue
Block a user