Multiple tables and models allow for and contain columns with empty strings.
anytime a model receives an empty string it should probably save it as nil.
This should be built as a concern and then included in each model that needs it. And maybe only for the columns that need it?
Multiple tables and models allow for and contain columns with empty strings. anytime a model receives an empty string it should probably save it as nil.
This should be built as a concern and then included in each model that needs it. And maybe only for the columns that need it?