Skip to content
# Type Alias: RelationConstraintKind

RelationConstraintKind = "column-reference" | "table-foreign-key"

Defined in: packages/core/src/utils/RelationGraph.ts:5

Released under the MIT License.