Skip to content

Commit acfeae1

Browse files
updated bigint mongo
1 parent bd14576 commit acfeae1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Database/Adapter/Mongo.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2212,7 +2212,7 @@ private function getMongoTypeCode(string $appwriteType): string
22122212
Database::VAR_MEDIUMTEXT => 'string',
22132213
Database::VAR_LONGTEXT => 'string',
22142214
Database::VAR_INTEGER => 'int',
2215-
Database::VAR_BIGINT => 'int',
2215+
Database::VAR_BIGINT => 'long',
22162216
Database::VAR_FLOAT => 'double',
22172217
Database::VAR_BOOLEAN => 'bool',
22182218
Database::VAR_DATETIME => 'date',

0 commit comments

Comments
 (0)