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