Hi,
When I generate code from a Postgresql database, I get this error:
Models\Login.cs(355,43): error CS0117: 'NpgsqlDbType' does not contain a definition for 'VarChar'
If open the project in visual studio and change the type for Varchar the solution compile.
How can I resolve the issue from asp.net maker?
Thanks