Refine tank schema
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
-- [TANKS]
|
||||
|
||||
create type tanks_overflow as enum ('yes', 'no');
|
||||
create type tanks_overflow as enum ('YES', 'NO');
|
||||
|
||||
create table tanks
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user