updates
This commit is contained in:
parent
d001fc343a
commit
b0db7d06a9
@ -1,8 +1,8 @@
|
|||||||
CREATE TABLE mast.node
|
CREATE TABLE mast.node
|
||||||
(
|
(
|
||||||
id bigint PRIMARY KEY IDENTITY GENERATED BY DEFAULT
|
id bigint GENERATED BY DEFAULT AS IDENTITY PRIMARY KEY
|
||||||
,nam text
|
,nam text
|
||||||
,sch type
|
,sch text
|
||||||
,doc jsonb
|
,doc jsonb
|
||||||
|
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user