From 6151ddf47896a228c90e389ae6af2f61930f1aa1 Mon Sep 17 00:00:00 2001 From: PARK BYUNG JUN Date: Thu, 18 Aug 2022 22:46:26 +0000 Subject: [PATCH] bug fixed --- migrations/202208051200_api_kgon_member/up.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/migrations/202208051200_api_kgon_member/up.sql b/migrations/202208051200_api_kgon_member/up.sql index 35fe26c..a3ab7d8 100644 --- a/migrations/202208051200_api_kgon_member/up.sql +++ b/migrations/202208051200_api_kgon_member/up.sql @@ -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),