Support handling of VARCHAR limit
Currently our grammar support TypeVarchar type that allows us to type Length, but in sql.rs we ignore that limitation.
Seems like we have to add additional variant into Type enum that will denote VARCHAR string.