Files
gf/contrib/drivers/mysql/testdata/issue2643.sql

7 lines
200 B
MySQL
Raw Permalink Normal View History

2024-02-06 10:21:44 +08:00
CREATE TABLE `issue2643` (
`id` INT(10) NULL DEFAULT NULL,
`name` VARCHAR(50) NULL DEFAULT NULL,
`value` INT(10) NULL DEFAULT NULL,
`dept` VARCHAR(50) NULL DEFAULT NULL
)
ENGINE=InnoDB