You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i have an issue when i add any relations such as hasMany and the refrences already of type ObjectId the query return null but when i change the foreign key to string it worked out
any suggestions or other way to solve this ??
The text was updated successfully, but these errors were encountered:
The current implementation uses strings rather than MongoId's for relations due to some complications with the original Eloquent code. This is something on the todo list.
Hello,
i have an issue when i add any relations such as
hasMany
and the refrences already of typeObjectId
the query return null but when i change the foreign key to string it worked outany suggestions or other way to solve this ??
The text was updated successfully, but these errors were encountered: