mirror of
https://github.com/certd/certd.git
synced 2026-07-14 17:53:28 +08:00
chore: 钱包重构
This commit is contained in:
@@ -29,7 +29,7 @@ CREATE TABLE `cd_user_wallet`
|
||||
(
|
||||
`id` bigint PRIMARY KEY AUTO_INCREMENT NOT NULL,
|
||||
`user_id` bigint,
|
||||
`available_amount` bigint NOT NULL DEFAULT 0,
|
||||
`total_amount` bigint NOT NULL DEFAULT 0,
|
||||
`frozen_amount` bigint NOT NULL DEFAULT 0,
|
||||
`total_income_amount` bigint NOT NULL DEFAULT 0,
|
||||
`total_consumed_amount` bigint NOT NULL DEFAULT 0,
|
||||
|
||||
Reference in New Issue
Block a user