Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • Another piece of context @AymDev an AP just have a subset of attributes that a Parent have, could the extra space allocated for AP be a problem? Commented Sep 1, 2022 at 14:42
  • 1
    @JacobMoralesGonzalez Unless you have a very high number of children/adults I don't think so. But you might want to optimize your design anyway (for performance on read or write, or for storage space). I have no idea about the parent attributes an AP would not have but you may put those attributes in the join table between child and adult. Commented Sep 1, 2022 at 14:58