Folks, a question:
Prisma has support the ability to specify which index type should be used?
cause it seems Prisma doesn't allow to define which type of Primary Key one can use, and it default to a CLUSTERED index to support the primary key, which is best when data is ordered, but the UUID generate data with random order.
Question: in this case an INT with an autoincrement() attribute would be better?
cc: @Alex Ruheni @nikolasburk