|
|
|
|
|
by sgarland
161 days ago
|
|
I am personally offended by [0]. Maybe you should spend some time doing proper data modeling when you design your app, and maybe adding a new column should be a painful exercise. Haphazard schema is the quickest way to develop terrible performance, loss of referential integrity, and insane queries. Well, outside of sticking everything into a JSON column. 0: https://worstofbreed.net/patterns/schema-bureaucracy/ |
|
I have occasionally stuffed json into proprietary software data fields to get that data accessible/usable by another system.
(High performance not required)