docs
docs copied to clipboard
Document SQLite's lack of BigInt primary key support
Describe the Bug
Choosing autoincrement bigInt as id actually creates integer auto increment.
To Reproduce
- select sqlite driver
- create a new collection with id as bigInt with auto increment
- go back to field definition in UI and see, it will be reset to integer
Directus Version
10.13.3
Hosting Strategy
Self-Hosted (Docker Image)