warpgate/tests/images/postgres-server/init.sql

5 lines
62 B
MySQL
Raw Normal View History

2024-10-09 06:08:33 +08:00
CREATE TABLE tbl (
id int NOT NULL,
name text NOT NULL
);