Hi,for web application is it needed to use UUID or auto-increment?
1- if two user inserts row at the same time, does it work?2- dose the database give the same id for both users or execute one of themfirst? ( I mean ID conflict not happens?)
Thanks.