Files
percona-toolkit/t/pt-table-sync/samples/bug-918056-ddl.sql
2013-01-23 09:43:41 -07:00

7 lines
190 B
SQL

CREATE TABLE `history` (
`uid` int(11) NOT NULL DEFAULT '0',
`nid` int(11) NOT NULL DEFAULT '0',
`timestamp` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`uid`,`nid`)
) ENGINE=InnoDB;