How to support Model Inheritance?
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.
Just to be clear, you don't mean abstract classes, right? Both classes would be tables on the database, right?
Just to be clear, you don't mean abstract classes, right? Both classes would be tables on the database, right?
the thing I figure out according to this structure is that no inheritance model can be supported; abstract can't get supported and Mixin structure too. About the profile model, I am not sure! There was no description in the document and I am not so certain how it should be!