|
|
|
|
|
by prodigal_erik
6082 days ago
|
|
> logic should be doing some type checking and verification before insert There are a minority of coders who are actually anal enough to get that right 100% of the time in every version of every app that touches the database. But those are not the people who are reckless enough to want to omit types from the schema. If you think doing it the easy and reliable way isn't worth the hassle, you are not actually going to do it the hard way, even if you can convince yourself you will. |
|