Skip to content
Back to Changelog

Store 64-bit integers with BigInt columns

Appwrite Databases now supports BigInt columns, giving you a 64-bit signed integer type alongside the existing 32-bit integer. Use BigInt when your values may exceed the ±2.1 billion range of a regular integer, for example large counters, high-resolution timestamps, or external IDs from systems that use 64-bit keys.

BigInt columns accept optional min, max, and default parameters and work with Operators for atomic server-side updates, just like regular integers.

Ready to build?_