Document SQLite's lack of BigInt primary key support
Open
Docs
- Dominant language
- TypeScript
- Stars
- 22
- Forks
- 82
- Avg merge
- 18h 49m
- Merged PRs (30d)
- 4
Description
### Describe the Bug
Choosing autoincrement bigInt as id actually creates integer auto increment.
### To Reproduce
1. select sqlite driver
2. create a new collection with id as bigInt with auto increment
3. 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)
Contributor guide
Assessment
This issue has not been assessed yet.