Files
tidb/dumpling/tests/naughty_strings/data/naughty_strings.escape-schema.sql
2021-10-26 11:06:48 +08:00

5 lines
170 B
SQL

CREATE TABLE `escape` (
`a` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin,
`b` varchar(13) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;