Is there a way to set primary key auto increment, type of varchar in mySql?
NONE. So far, AUTO_INCREMENT can be set for INT only. It needs to have your own logic to do that. eg,
AUTO_INCREMENT
INT
1.4m articles
1.4m replys
5 comments
57.0k users