ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your
mysql>createtablecountry(
->country_idsmallintunsignednotnullauto_increment,
->countryvarchar(50)notnull,
->last_updatetimestampnotnulldefaultcurrent_timestamponupdatecurrent_timestamp,
->primarykey(c