From 2a99f97b7f0a4001ede60ae1d4f409b4ad1cd4a4 Mon Sep 17 00:00:00 2001 From: "WQY\\qiong" Date: Sat, 22 Oct 2022 10:59:16 +0800 Subject: [PATCH] Refine tank schema --- script/sql/create/4.tanks.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/sql/create/4.tanks.sql b/script/sql/create/4.tanks.sql index b15c29f..20f3e0c 100644 --- a/script/sql/create/4.tanks.sql +++ b/script/sql/create/4.tanks.sql @@ -1,6 +1,6 @@ -- [TANKS] -create type tanks_overflow as enum ('yes', 'no'); +create type tanks_overflow as enum ('YES', 'NO'); create table tanks (