This repository was archived by the owner on Aug 19, 2025. It is now read-only.

Description
Hi
According to the defining structure of columns in attribute fields, how would supporting the inheritance be?
Because by redefining attribute fields, parent's attribute fields will override and we will loose all our former data.
We could define a field under a name and determine what class it would inherit from! But for supporting the models we need to actually do the inheritance; so it would duplicate our tasks.