Add more type
This commit is contained in:
@@ -50,7 +50,14 @@ class FunctionGenerator(private val functionsDirectories: List<URI>) {
|
||||
"character" -> "String"
|
||||
"char" -> "String"
|
||||
"int" -> "Int"
|
||||
"smallint" -> "Int"
|
||||
"integer" -> "Int"
|
||||
"bigint" -> "Int"
|
||||
"decimal" -> "Float"
|
||||
"real" -> "Float"
|
||||
"double precision" -> "Float"
|
||||
"float" -> "Float"
|
||||
"numeric" -> "Number"
|
||||
"boolean" -> "Boolean"
|
||||
"json" -> "S"
|
||||
"jsonb" -> "S"
|
||||
|
||||
Reference in New Issue
Block a user