Figure out references
This commit is contained in:
@@ -12,3 +12,8 @@ create table pumps
|
||||
, check (power is not null or head is not null)
|
||||
, check ((power is not null and head is not null) is false)
|
||||
);
|
||||
|
||||
-- delete when delete node1
|
||||
-- delete when delete node2
|
||||
-- unset head when delete curve
|
||||
-- unset pattern when delete pattern
|
||||
|
||||
Reference in New Issue
Block a user