August Trapper Bigelow
Results
2
issues of
August Trapper Bigelow
The first commit of this PR handles #1972, which is to remove the use of NTEXT and replace it with NVARCHAR(MAX). The existing NTEXT and TEXT parsing to the Phinx...
bug
According to MS's documentation for SQL Server 2017, `ntext` and `text` are deprecated and pending removal. It has been official guidance to use `varchar(max)` and `nvarchar(max)` for years instead of...