test2.a
CREATE TABLE `a` (
  `c1` smallint(5) unsigned NOT NULL AUTO_INCREMENT,
  `c2` varchar(45) NOT NULL
);

