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