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
When I use php artisan migrate in Laravel 5.5, I got this error:
In Connection.php line 664:
SQLSTATE[HY000]: General error: 257 Implicit conversion from datatype 'VARCHAR' to 'INT' is not allowed. Use the CONVERT functionto run this query.
[257] (severity 16) [select * from sysobjects where type='U' and name = 0] (SQL: select* from sysobjects where type = 'U' and name = migrations)
In SybaseConnection.php line 477:
SQLSTATE[HY000]: General error: 257 Implicit conversion from datatype 'VARCHAR' to 'INT' is not allowed. Use the CONVERT functionto run this query.
[257] (severity 16) [select * from sysobjects where type='U' and name = 0]
The text was updated successfully, but these errors were encountered:
When I use
php artisan migrate
in Laravel 5.5, I got this error:The text was updated successfully, but these errors were encountered: