github.com/go-pg/pg/v10/orm.CreateTableOptions.Varchar (field)

3 uses

	github.com/go-pg/pg/v10/orm (current package)
		table_create.go#L11: 	Varchar     int // replaces PostgreSQL data type `text` with `varchar(n)`
		table_create.go#L137: 	if q.opt != nil && q.opt.Varchar > 0 &&
		table_create.go#L140: 		b = strconv.AppendInt(b, int64(q.opt.Varchar), 10)