github.com/go-pg/pg/v10/orm.Field.UserSQLType (field)

7 uses

	github.com/go-pg/pg/v10/orm (current package)
		composite_create.go#L76: 		if field.UserSQLType == "" && q.opt != nil && q.opt.Varchar > 0 &&
		field.go#L30: 	UserSQLType string
		query.go#L1659: 			if f.UserSQLType != "" {
		table.go#L576: 	if field.UserSQLType != "" || isScanner(field.Type) {
		table.go#L1204: 		field.UserSQLType = typ
		table_create.go#L134: 	if field.UserSQLType != "" {
		table_create.go#L135: 		return append(b, field.UserSQLType...)