mirror of
https://github.com/dolthub/dolt.git
synced 2026-03-17 23:56:33 -05:00
Small fix to change strings back to LONGTEXT
This commit is contained in:
committed by
Daylon Wilkins
parent
c71278a945
commit
f0403543f4
@@ -29,7 +29,7 @@ func (stringType) NomsKind() dtypes.NomsKind {
|
||||
}
|
||||
|
||||
func (stringType) SqlType() sql.Type {
|
||||
return sql.Text
|
||||
return sql.Text.Promote()
|
||||
}
|
||||
|
||||
func (stringType) SqlTypes() []sql.Type {
|
||||
|
||||
Reference in New Issue
Block a user