We've noticed that some (PostgreSQL) SQL schema files contain duplicate column names - Type and type in case of the Agent table. Out of the box such a SQL statement won't work - it'll report a ...
When using Table-Per-Hierarchy (TPH) inheritance in EF Core, if multiple derived types map properties to the same column name and use value conversions, the generated SQL query includes duplicate ...