Lower tank overflow enum

This commit is contained in:
wqy
2022-09-17 09:49:07 +08:00
parent efe5b796f3
commit 435411356f
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
-- [TANKS]
CREATE TYPE TANKS_OVERFLOW AS ENUM ('YES', 'NO');
CREATE TYPE TANKS_OVERFLOW AS ENUM ('yes', 'no');
CREATE TABLE TANKS
(