Use inheritance for MultipleChoiceOption table
Currently, the table MultipleChoiceOption
is its own table.
In SQLAlchemy it is possible for the table MultipleChoiceOption
to inherit from Widget
.
This should be implemented in the ORM.
Edited by Ghost User