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

4 lines
133 B
SQL

CREATE TABLE `t` (
`a` text CHARACTER SET utf8mb4 COLLATE utf8mb4_bin
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin;