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

2 uses

	github.com/go-pg/pg/v10/orm (current package)
		table_create.go#L13: 	IfNotExists bool
		table_create.go#L81: 	if q.opt != nil && q.opt.IfNotExists {