MtoMSubA
Fields
Field name | Ordinal | Native type | Length | Precision | Scale | Is Nullable | Is PK | Is FK | Is Identity | Is Computed | Default value | Default sequence |
---|---|---|---|---|---|---|---|---|---|---|---|---|
ID | 1 | int | 0 | 10 | 0 | Yes | Yes | |||||
Age | 2 | int | 0 | 10 | 0 |
Foreign key constraints
FK_MtoMSubA_MtoMSuperA
Aspect | Value |
---|---|
Primary key table | dbo.MtoMSuperA |
Delete rule | NoAction |
Update rule | NoAction |
Foreign key field | Primary key field |
---|---|
ID | dbo.MtoMSuperA.ID |
Model elements mapped on this table
Model Element | Element type |
---|---|
MtoMsubA | Entity |