This commit is contained in:
Vendored
+2
-1
@@ -204,7 +204,8 @@ ALTER TABLE test.items OWNER TO postgrest_test;
|
||||
CREATE TABLE complex_items (
|
||||
id bigint NOT NULL,
|
||||
name text,
|
||||
settings json
|
||||
settings json,
|
||||
arr_data INTEGER[]
|
||||
);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user