Strapi seems to be setting id as primary key while creating a model(collection). How can I set other keyword as primary key for example account_number for Account model(collection).
I am using strapi 3.6.3 and latest mysql as database in the backend.