Operations like Delete EAV or change name, data type of field #616
Description
Provide a general summary of the issue in the title above.
Operations like Delete EAV or change name, data type of EAV
Detailed Description
We want to allow dynamically added fields management. Currently with django-eav2 we can allow our users to add new fields on models. But how can we allow them to Delete the already added fields or change name of the existing field or change data type of the field?
Context
Why is this change important to you? How would you use it?
How can it benefit other users?
Added fields needs more management like update, delete. I believe it is the need for everyone.
Possible Implementation
Not obligatory, but you may suggest an idea for implementing addition or change.
May be a QuerySet implementation for the same can help easily. Also, this functionality might be there in the library but it is not mentioned anywhere in the documentation.