I have a problem regarding Entity Developer/Entity Framework Core and the migration to a database after model creation.
I created an EF Core Model in Entity Developer.
I set "OnAdd" in "Value Generated" of some properties like:

However, when I updated the database from this model, this change is not reflected:

"Identity Specification" should be: Yes
How can I solve this?
Entity Developer Version: 6.4.719
Thanks in advance!