updates
This commit is contained in:
parent
b0db7d06a9
commit
e2d0f1fff2
@ -10,7 +10,11 @@ CREATE TABLE mast.node
|
|||||||
|
|
||||||
CREATE TABLE acct.accm
|
CREATE TABLE acct.accm
|
||||||
(
|
(
|
||||||
id bigint PRIMARY KEY GENERATED BY DEFAULT
|
id bigint GENERATED BY DEFAULT AS IDENTITY PRIMARY KEY
|
||||||
,nam text
|
,nam text
|
||||||
,
|
--reference to node ids
|
||||||
|
--should be limited to certain types of nodes, like location, product line, fsline, perhaps an enum?
|
||||||
|
,nodes bigint[]
|
||||||
|
--node attributes pooled here
|
||||||
|
,doc jsonb
|
||||||
)
|
)
|
Loading…
Reference in New Issue
Block a user