mirror of
https://github.com/percona/percona-toolkit.git
synced 2026-01-20 06:04:20 +08:00
5 lines
98 B
SQL
5 lines
98 B
SQL
CREATE TABLE `t` (
|
|
`foo` int(11) DEFAULT NULL,
|
|
```bar``` int(11) DEFAULT NULL
|
|
) ENGINE=InnoDB
|