mirror of
https://github.com/certd/certd.git
synced 2026-07-10 23:27:34 +08:00
chore: 钱包重构
This commit is contained in:
@@ -29,7 +29,7 @@ CREATE TABLE "cd_user_wallet"
|
||||
(
|
||||
"id" integer PRIMARY KEY AUTOINCREMENT NOT NULL,
|
||||
"user_id" integer,
|
||||
"available_amount" integer NOT NULL DEFAULT 0,
|
||||
"total_amount" integer NOT NULL DEFAULT 0,
|
||||
"frozen_amount" integer NOT NULL DEFAULT 0,
|
||||
"total_income_amount" integer NOT NULL DEFAULT 0,
|
||||
"total_consumed_amount" integer NOT NULL DEFAULT 0,
|
||||
|
||||
Reference in New Issue
Block a user