In DbAccess\SqlServerToSQLite.cs > CreateTableSchema() Method Line 973: else if (dataType == "ntext") dataType = "text"; // => dataType = "**ntext**";