dex/storage/ent/schema/types.go

10 lines
126 B
Go
Raw Normal View History

package schema
import (
"github.com/facebook/ent/dialect"
)
var textSchema = map[string]string{
dialect.SQLite: "text",
}