Business problems that are being solved with software tend to reduce to a data modeling problem.
Links to this note
-
Prevent Empty Strings in Postgres
A common data consistency issue is writing empty strings to the database. An empty string
""
is a perfectly validtext
orvarchar
but is usually not what you want.