Just started playing around with posgress and efcore. The type mapping for fluent api is different from sql server. The reference for mappings I believe is here: https://www.npgsql.org/doc/types/basic.html#write-mappings My main question is, when I'm writing
.HasColumnType("")
.HasColumnType("")
should follow the values in the column "PostgreSQL type"? or is "NpgsqlDbType" is valid too? meaning for nvarchar =>