Refine mixing schema

This commit is contained in:
WQY\qiong
2022-10-22 11:01:17 +08:00
parent 8c8674e4ec
commit be850e2bf6

View File

@@ -1,6 +1,6 @@
-- [MIXING]
create type mixing_model as enum ('mixed', '2comp', 'fifo', 'lifo');
create type mixing_model as enum ('MIXED', '2COMP', 'FIFO', 'LIFO');
create table mixing
(