After i run php artisan migrate
, this is the error I got.
[Illuminate\Database\QueryException]
SQLSTATE[HY000]: General error: 262 General SQL Server error: Check message
s from the SQL Server [262] (severity 14) [(null)] (SQL: create table "migr
ations" ("migration" nvarchar(255) not null, "batch" int not null))
[PDOException]
SQLSTATE[HY000]: General error: 262 General SQL Server error: Check message
s from the SQL Server [262] (severity 14) [(null)]
This has been my long road to connect my Laravel to MS SQL Server using Ubuntu.