Add BigInt column/attribute documentation#2972
Add BigInt column/attribute documentation#2972atharva-appwrite wants to merge 5 commits intomainfrom
Conversation
Cover the new 64-bit signed integer type added in appwrite#11673 across TablesDB columns, legacy collection attributes, and atomic numeric operations. Includes a changelog entry for discoverability. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Appwrite WebsiteProject ID: Website (appwrite/website)Project ID: Tip Custom domains work with both CNAME for subdomains and NS records for apex domains |
Greptile SummaryThis PR documents BigInt column support in Appwrite Databases: it adds
Confidence Score: 3/5Two concrete defects need fixing before merge: a broken Go code example and a mismatched optimize-cache. The docs page and atomic-operations changes are clean. The blog post Go
Important Files Changed
Reviews (4): Last reviewed commit: "address comments" | Re-trigger Greptile |


Summary
bigintto the column types table on the Tables docs page with description of 64-bit signed range and use casestotal_viewsbigint column example to all 11 SDKcreateTablecode samples (Node.js, Deno, PHP, Python, Ruby, C#, Dart, Kotlin, Java, Swift, Rust)bigintto the legacy Collections attributes tablebigintcolumn compatibility on the Atomic numeric operations pageCovers the user-facing BigInt support added in appwrite/appwrite#11673.
Test plan
createTablemulticode block include thetotal_viewsbigint columnbigintrow/changelogrenders correctly🤖 Generated with Claude Code