|
|
|
|
|
by arthens
745 days ago
|
|
> The first example is why `UPDATE CASCADE` was implemented. So it's possible to use natural keys as identity without the fear of children table. At least in most databases it works. This is only true in a system using a single database, not replicating data in external services, and not offering APIs. And while it might work today when the service/website is still fairly small and self contained, the requirements might change at any time. So the title (You will [future] regret it) still applies to this solution |
|