We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd14576 commit acfeae1Copy full SHA for acfeae1
1 file changed
src/Database/Adapter/Mongo.php
@@ -2212,7 +2212,7 @@ private function getMongoTypeCode(string $appwriteType): string
2212
Database::VAR_MEDIUMTEXT => 'string',
2213
Database::VAR_LONGTEXT => 'string',
2214
Database::VAR_INTEGER => 'int',
2215
- Database::VAR_BIGINT => 'int',
+ Database::VAR_BIGINT => 'long',
2216
Database::VAR_FLOAT => 'double',
2217
Database::VAR_BOOLEAN => 'bool',
2218
Database::VAR_DATETIME => 'date',
0 commit comments