When to use JSON data type in database schema design? ↦
This post covers 5 cases where the author uses the JSON data type for column definitions:
- Dumping request data for later processing
- Supporting extra fields
- Some one-to-many relationships
- Key-value use cases
- Simpler EAV design
Craig Kerstiens has also weighed in on this topic for us.
Discussion
Sign in or Join to comment or subscribe