Column | Data Type | Nullable | Default | Description / PK / Index |
AddressTypeID | int | not null | | Primary key for AddressType records. PK_AddressType_AddressTypeID |
Name | dbo.Name | not null | | Address type description. For example, Billing, Home, or Shipping. AK_AddressType_Name |
rowguid | uniqueidentifier | not null | (newid()) | ROWGUIDCOL number uniquely identifying the record. Used to support a merge replication sample. AK_AddressType_rowguid |
ModifiedDate | datetime | not null | (getdate()) | Date and time the record was last updated.
|