trade: 优化分销用户绑定用户编号、绑定时间字段名称

This commit is contained in:
owen
2023-09-08 22:51:05 +08:00
parent f36a6c5d6c
commit 4b43304c76
11 changed files with 25 additions and 24 deletions

View File

@@ -129,8 +129,8 @@ CREATE TABLE IF NOT EXISTS "trade_after_sale_log" (
CREATE TABLE IF NOT EXISTS "trade_brokerage_user"
(
"id" bigint NOT NULL GENERATED BY DEFAULT AS IDENTITY,
"brokerage_user_id" bigint NOT NULL,
"brokerage_bind_time" varchar,
"bind_user_id" bigint NOT NULL,
"bind_user_time" varchar,
"brokerage_enabled" bit NOT NULL,
"brokerage_time" varchar,
"brokerage_price" int NOT NULL,