Ehance pump schema
This commit is contained in:
@@ -10,4 +10,5 @@ create table pumps
|
||||
, speed numeric
|
||||
, pattern varchar(32) references _pattern(id)
|
||||
, check (power is not null or head is not null)
|
||||
, check ((power is not null and head is not null) is false)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user