We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cbd071 commit ad8ffe3Copy full SHA for ad8ffe3
src/SmartCode.Db/DbTypeConverter/DbTypeMap.xml
@@ -94,6 +94,7 @@
94
<Database DbProvider="PostgreSql" Language="CSharp">
95
<DbType Name="image" To="byte[]"/>
96
<DbType Name="bool" To="bool"/>
97
+ <DbType Name="json" To="string"/>
98
<DbType Name="uuid" To="Guid"/>
99
<DbType Name="text" To="string"/>
100
<DbType Name="ntext" To="string"/>
0 commit comments