I dont set any autoincrement columns. This is the table structure:
CREATE TABLE IF NOT EXISTS `empresas` (
`nombre` varchar(1000) NOT NULL,
`_EntityCreateDate` datetime NOT NULL,
`_EntityUpdateDate` datetime NOT NULL,
`_EntityCreateUser` bigint(20) NOT NULL,
`_EntityUpdateUser` bigint(20) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;