Database upgrade fails with the following message:
SQL error(2716): Column, parameter, or variable #3: Cannot specify a column width on data type ntext.;
This is due to a change in SQL behavior in versions 2012 and 2014, where the text data type can no longer have a length specified.
Workaround: