|
|
|
|
|
by DrScientist
1010 days ago
|
|
But surely the problem is with the infrastructure that can't deal with an extra column - not the db/table itself? If all the users of an API were bound to the shape of the data returned, but you wanted to add an extra field, you'd have exactly the same problem surely? Sounds like the problem was with too much magic in the layers above - as in the end the shape of the data returned from a query on a table is up to the client - you can control it directly with SQL - in fact dealing with an extra column or not is completely trivial in SQL. |
|