Fingerprint
create table `country` ( `code` char(?) not ? default ?, `name` char(?) not ? default ?, `continent` enum(?,?,?,?,?,?,?) not ? default ?, `region` char(?) not ? default ?, `surfacearea` float(?,?) not ? default ?, `indepyear` smallint(?) default ?, `population` int(?) not ? default ?, `lifeexpectancy` float(?,?) default ?, `gnp` float(?,?) default ?, `gnpold` float(?,?) default ?, `localname` char(?) not ? default ?, `governmentform` char(?) not ? default ?, `headofstate` char(?) default ?, `capital` int(?) default ?, `code?` char(?) not ? default ?, primary key (`code`) ) engine=innodb default charset=latin?