npgsql / EntityFramework6.Npgsql

Entity Framework 6 provider for PostgreSQL
PostgreSQL License
66 stars 54 forks source link

custom domains type #113

Open cfasol opened 6 years ago

cfasol commented 6 years ago

When I try to import db with approach db first the scaffolder not import field domains type. I check with entity framework core libraries and this feature work fine.

Can we help me?

roji commented 6 years ago

The EF6 provider is much more limited than the EF Core provider, especially in terms of the database types it can support etc. I don't think any work has gone into making scaffolding of domain-typed columns work, EF6 itself could also be a limiting factor.

Since we're only talking about scaffolding, it seems like you can easily handle those domain types yourself as a workaround, i.e. define them manually in code.