We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b7240a commit 79c68dcCopy full SHA for 79c68dc
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