All table columns are mapped to string properties
Posted: Fri 25 May 2018 09:13
I'm using Entity Developer version 6.2.439, stanalone (not from inside Visual Studio), to generate Entity Framework Core model from Postgresql database.
For quite some time (many months) everything was fine, but about 1 month ago something has broken and now, when updating model from database, ALL columns of all new tables (and new columns of existing tables) are mapped in model as `String` .NET type. So, every time I update model from database - I have to manually assign each new column a correct data type.
At the time this happened - I was using another version of Entity Developer (cannot recall which exactly). Then I updated to 6.2.439 but that didn't help.
Any ideas of how to resolve this problem?
For quite some time (many months) everything was fine, but about 1 month ago something has broken and now, when updating model from database, ALL columns of all new tables (and new columns of existing tables) are mapped in model as `String` .NET type. So, every time I update model from database - I have to manually assign each new column a correct data type.
At the time this happened - I was using another version of Entity Developer (cannot recall which exactly). Then I updated to 6.2.439 but that didn't help.
Any ideas of how to resolve this problem?