chore: 钱包重构

This commit is contained in:
xiaojunnuo
2026-05-27 01:49:43 +08:00
parent 969b6e3288
commit c7a9363422
4 changed files with 4 additions and 3 deletions
@@ -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,