Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix same type comparing `fieldColumnType.DatabaseTypeName()` returns non capitalized string, while `fileType.SQL` returns capitalized string. This commit aims to fix this and avoid detecting a type change when the type did not change. * Use strings.EqualFold to compare types
- Loading branch information