builder.pg avro_schema
This commit is contained in:
@@ -37,6 +37,9 @@
|
||||
<cfcase value="date,time,datetime">
|
||||
<cfreturn "CF_SQL_TIMESTAMP"/>
|
||||
</cfcase>
|
||||
<cfcase value="guid">
|
||||
<cfreturn "CF_SQL_OTHER"/>
|
||||
</cfcase>
|
||||
<cfcase value="string">
|
||||
<cfreturn "CF_SQL_VARCHAR"/>
|
||||
</cfcase>
|
||||
|
||||
Reference in New Issue
Block a user