Wednesday, March 1, 2017

Laravel 5.3 SQL Server Migration error

I have a migration error with accessing a sql server using laravel 5.3.

I dumped some data from the database in my view, meaning i have access to the database tables, but I cannot run migration commands. I finally found this article that can help me but the problem is that I am not familiar with SQL servers.. http://ift.tt/2m70ibe The error when i run a migrate command in image below

enter image description here

I have done some reading and I know that sysobjects is like the main table that houses all information about the database.. and after reading the article i am i found the SQLGrammer class but I am still not sure what i am doing.. Can anyone help?




via OzmaTis

Advertisement