bug fixed
This commit is contained in:
parent
6151ddf478
commit
e1cf3ebd54
|
@ -4,7 +4,7 @@ CREATE TABLE IF NOT EXISTS api_kgon_members (
|
||||||
balance_bota BIGINT NOT NULL DEFAULT 0,
|
balance_bota BIGINT NOT NULL DEFAULT 0,
|
||||||
balance_sum BIGINT NOT NULL DEFAULT 0,
|
balance_sum BIGINT NOT NULL DEFAULT 0,
|
||||||
companies BIGINT NOT NULL DEFAULT 0,
|
companies BIGINT NOT NULL DEFAULT 0,
|
||||||
oriental_play TEXT NOT NULL,
|
oriental_play CHAR(1) NOT NULL,
|
||||||
member_id UUID NOT NULL,
|
member_id UUID NOT NULL,
|
||||||
created_at BIGINT NOT NULL DEFAULT (extract(epoch from now()) * 1000),
|
created_at BIGINT NOT NULL DEFAULT (extract(epoch from now()) * 1000),
|
||||||
updated_at BIGINT NOT NULL DEFAULT (extract(epoch from now()) * 1000),
|
updated_at BIGINT NOT NULL DEFAULT (extract(epoch from now()) * 1000),
|
||||||
|
|
Loading…
Reference in New Issue
Block a user