mirror of
https://gitee.com/niucloud-team/niucloud.git
synced 2025-12-12 01:47:08 +00:00
default value
This commit is contained in:
parent
f040fca995
commit
3bef35bd48
@ -1140,7 +1140,7 @@ CREATE TABLE member (
|
||||
balance_get decimal(10, 2) NOT NULL DEFAULT 0.00 COMMENT '累计获取余额',
|
||||
money decimal(10, 2) NOT NULL DEFAULT 0.00 COMMENT '可用余额(可提现)',
|
||||
money_get decimal(10, 2) NOT NULL DEFAULT 0.00 COMMENT '累计获取余额(可提现)',
|
||||
money_cash_outing decimal(10, 2) NOT NULL COMMENT '提现中余额(可提现)',
|
||||
money_cash_outing decimal(10, 2) NOT NULL DEFAULT 0.00 COMMENT '提现中余额(可提现)',
|
||||
growth int(11) NOT NULL DEFAULT 0 COMMENT '成长值',
|
||||
growth_get int(11) NOT NULL DEFAULT 0 COMMENT '累计获得成长值',
|
||||
commission decimal(10, 2) NOT NULL DEFAULT 0.00 COMMENT '当前佣金',
|
||||
|
||||
@ -1140,7 +1140,7 @@ CREATE TABLE member (
|
||||
balance_get decimal(10, 2) NOT NULL DEFAULT 0.00 COMMENT '累计获取余额',
|
||||
money decimal(10, 2) NOT NULL DEFAULT 0.00 COMMENT '可用余额(可提现)',
|
||||
money_get decimal(10, 2) NOT NULL DEFAULT 0.00 COMMENT '累计获取余额(可提现)',
|
||||
money_cash_outing decimal(10, 2) NOT NULL COMMENT '提现中余额(可提现)',
|
||||
money_cash_outing decimal(10, 2) NOT NULL DEFAULT 0.00 COMMENT '提现中余额(可提现)',
|
||||
growth int(11) NOT NULL DEFAULT 0 COMMENT '成长值',
|
||||
growth_get int(11) NOT NULL DEFAULT 0 COMMENT '累计获得成长值',
|
||||
commission decimal(10, 2) NOT NULL DEFAULT 0.00 COMMENT '当前佣金',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user