Database Table Cardinality |
[This is preliminary documentation and is subject to change.]
The Cardinality table holds the legal values for Cardinality (such as unknown, 1-1, 1-N, N-1 and N-M)
Field name | Type | Note | Description |
---|---|---|---|
Number | int | Primary key | The id for the cardinality |
Name | varchar(255) | The caption for the cardinality (unknown, 1-1-, 1-N, N-1 and N-M) |