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
We are trying to migrate a database collection which has columns of type integer and hence we have used $table->integer('column_name'). Post migration when we check in the mongo db, the data type for that column is shown as string.
What can be the reason for this?
Thanks in advance...
The text was updated successfully, but these errors were encountered:
Hello all,
We are trying to migrate a database collection which has columns of type integer and hence we have used $table->integer('column_name'). Post migration when we check in the mongo db, the data type for that column is shown as string.
What can be the reason for this?
Thanks in advance...
The text was updated successfully, but these errors were encountered: