|
|
|
|
|
by andai
17 days ago
|
|
In the first example, there's a a second thing that surprised me: you delete an entity and it's unique ID gets reused? Is that a good idea? I guess if foreign keys are handled properly then that's not a problem by definition? But it sounds wrong somehow. |
|
If a parent table ID gets reused, then it's a potential to expose data to a wrong user -- security broked.