From b0db7d06a9db1149c2929e586d5c11190f16bc37 Mon Sep 17 00:00:00 2001 From: Paul Trowbridge Date: Fri, 26 Jan 2018 17:21:58 -0500 Subject: [PATCH] updates --- master_data_nodes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/master_data_nodes.md b/master_data_nodes.md index 8d7ce71..c8aa15a 100644 --- a/master_data_nodes.md +++ b/master_data_nodes.md @@ -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 )