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

2 uses

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