Is there a way to change the default ID field attached to every label from auto-incremented integer to MySQL's equivalent big integer with unique index?
I have researched the manual and saw a question here but didn't get this answered. I will be migrating a big db to neo4j and don't want to make an additional property to store any id fields from the source RDBMS.