Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug when migrate in Laravel 5.5 #46

Open
ghost opened this issue Apr 29, 2019 · 1 comment
Open

Bug when migrate in Laravel 5.5 #46

ghost opened this issue Apr 29, 2019 · 1 comment

Comments

@ghost
Copy link

ghost commented Apr 29, 2019

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 function to 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 function to run this query.  
   [257] (severity 16) [select * from sysobjects where type = 'U' and name = 0]
@ghost
Copy link
Author

ghost commented Apr 29, 2019

Maybe it is related to issue #3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants