Laravel migrations create table column with dot in colum name
I have a table in SQL Server database where a column has a dot in its name. When I first created manually the table I had no problems doing it, but now that I’m changing the db server I decided to recreate the db structure using migrations and here comes the problem: I can’t create the columns with a dot in the name.
If I write