Hi Fabio,
You should then rethink the design. Instead of using an ENUM field, try to store all this data inside a new table and link it to current table using a FK link.
That way every new data that you bring in can be inserted on the linked table via a workflow.
If you wish to continue as Enum you will have to update the schema manually and publish the changes.
Regards,
Vipul