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