Person
Fields
Field name | Ordinal | Native type | Length | Precision | Scale | Is Nullable | Is PK | Is FK | Is Identity | Is Computed | Default value | Default sequence |
---|---|---|---|---|---|---|---|---|---|---|---|---|
PersonID | 1 | int | 0 | 10 | 0 | Yes | Yes | |||||
FirstName | 2 | varchar | 50 | 0 | 0 | |||||||
LastName | 3 | varchar | 50 | 0 | 0 |
Model elements mapped on this table
Model Element | Element type |
---|---|
Person | Entity |