bug fixed

This commit is contained in:
병준 박 2022-08-18 22:46:26 +00:00
parent e7bc00c4c6
commit 6151ddf478

View File

@ -4,7 +4,7 @@ CREATE TABLE IF NOT EXISTS api_kgon_members (
balance_bota BIGINT NOT NULL DEFAULT 0,
balance_sum BIGINT NOT NULL DEFAULT 0,
companies BIGINT NOT NULL DEFAULT 0,
oriental_play BOOLEAN NOT NULL DEFAULT FALSE,
oriental_play TEXT NOT NULL,
member_id UUID NOT NULL,
created_at BIGINT NOT NULL DEFAULT (extract(epoch from now()) * 1000),
updated_at BIGINT NOT NULL DEFAULT (extract(epoch from now()) * 1000),