Name of the column to be used when referencing the database.
This will be the _columnNameOverride if set, with fallback to the name
_columnNameOverride
String get columnName => _columnNameOverride ?? name;