mirror of
https://gitee.com/johng/gf
synced 2026-06-07 02:12:11 +08:00
9 lines
147 B
SQL
9 lines
147 B
SQL
CREATE TABLE "public"."%s"
|
|
(
|
|
"one" int8[] NOT NULL,
|
|
"two" text[][] NOT NULL,
|
|
"three" jsonb,
|
|
"four" json,
|
|
"five" jsonb
|
|
);
|