mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-10 21:19:59 +00: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
|