@@ -36,7 +36,7 @@ public void parseCreateTable() throws ParseException {
3636 + " (\" prefix\" || sizedstring || \" suffix\" ), sizedbytes bytes(55),"
3737 + " maxbytes bytes(max), datecol date, timestampcol timestamp options"
3838 + " (allow_commit_timestamp = true), intarray array<int64>, numericcol"
39- + " numeric,jsoncol json, pgcolumn pg.something, generatedcol string(max)"
39+ + " numeric,jsoncol json, uuidcol uuid, pgcolumn pg.something, generatedcol string(max)"
4040 + " as (sizedstring+"
4141 + " strstr(maxstring,strpos(maxstring,'xxx'),length(maxstring)) +2.0)"
4242 + " STORED, constraint fk_col_remote FOREIGN KEY(col1, col2) REFERENCES"
@@ -68,6 +68,7 @@ public void parseCreateTable() throws ParseException {
6868 + " intarray ARRAY<INT64>, \n "
6969 + " numericcol NUMERIC, \n "
7070 + " jsoncol JSON, \n "
71+ + " uuidcol UUID, \n "
7172 + " pgcolumn PG.SOMETHING, \n "
7273 + " generatedcol STRING(MAX) AS ( sizedstring + strstr ( maxstring, strpos (\n "
7374 + " maxstring, 'xxx' ), length ( maxstring ) ) + 2.0 ) STORED, \n "
0 commit comments