warpgate/tests/images/mysql-server/init.sql
2022-08-14 12:36:49 +02:00

5 lines
102 B
SQL

CREATE TABLE `db`.`table` (
`id` int(11) NOT NULL,
`name` varchar(1023) NOT NULL
) ENGINE=InnoDB;