System Information
- Strapi Version: v4.0.4
- Operating System: Mac OS 12.0
- Database: MySQL 5.7.34
Hi, Is there a way to change default primary key type from Integer to BigInt?
Context: I have existing system using Strapi v3 and is using BigInt as the primary key by modifying it directly in DB, but since migrating to v4 I can’t manually change the type anymore, it will break on Admin start.