Fixed a bug
Learned Something New
Today I fixed a 2 year issue we’ve had between Laravel generated tables and SQL Server. If you get nvarchar to date time issues, convert the column to datetime2(3). Many stressful days are now behind us.