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
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