Tips For Clean Relational Database Schemas
It can be usual for software developers to let the ORM take care of the database schema. In many cases it’s a bad idea as it makes the data stored in your database brittle and hard to use confidently. I’ll show a few tricks which will help you cleanly store …