warpgate/tests/images/postgres-server/init.sql
2024-10-09 00:08:33 +02:00

4 lines
62 B
SQL

CREATE TABLE tbl (
id int NOT NULL,
name text NOT NULL
);