gin-base/database/drivers/pgsql/testdata/issues/issue3671.sql

9 lines
147 B
SQL

CREATE TABLE "public"."%s"
(
"one" int8[] NOT NULL,
"two" text[][] NOT NULL,
"three" jsonb,
"four" json,
"five" jsonb
);