docs icon indicating copy to clipboard operation
docs copied to clipboard

Document SQLite's lack of BigInt primary key support

Open mahendraHegde opened this issue 2 years ago • 5 comments

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)

mahendraHegde avatar Dec 27 '23 01:12 mahendraHegde