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
Hi,
e.q.
If there is a column name data and the type is longblob then you would espect this: $table->binary('data');
But you get instead this: $table->('data');
So the type longblob it is not recognized.
MangaC
The text was updated successfully, but these errors were encountered:
Hi,
e.q.
If there is a column name data and the type is longblob then you would espect this: $table->binary('data');
But you get instead this: $table->('data');
So the type longblob it is not recognized.
MangaC
The text was updated successfully, but these errors were encountered: