pg-structure / MatchType
# Enumeration: MatchType
A value inserted into the referencing column(s) is matched against the values of the referenced table and referenced columns using the given match type.
# Enumeration members
# Full
• Full: = "FULL"
Defined in: types/index.ts:41
# Partial
• Partial: = "PARTIAL"
Defined in: types/index.ts:42
# Simple
• Simple: = "SIMPLE"
Defined in: types/index.ts:43
← CaseType NumericType →