We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acd2d93 commit bfe9637Copy full SHA for bfe9637
dgraph/cmd/migrate/datatype.go
@@ -44,6 +44,7 @@ func initDataTypes() {
44
45
sqlTypeToInternal = make(map[string]dataType)
46
sqlTypeToInternal["int"] = intType
47
+ sqlTypeToInternal["tinyint"] = intType
48
sqlTypeToInternal["varchar"] = stringType
49
sqlTypeToInternal["text"] = stringType
50
sqlTypeToInternal["date"] = datetimeType
0 commit comments