| ▲ | andai 3 hours 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. | ||
| ▲ | deepsun 2 hours ago | parent [-] | |
I think that's a security vulnerability. If a parent table ID gets reused, then it's a potential to expose data to a wrong user -- security broked. | ||