Column | Data Type | Nullable | Default | Description |
ContactID | int | not null | | Customer identification number. Foreign key to Contact.ContactID. |
CreditCardID | int | not null | | Credit card identification number. Foreign key to CreditCard.CreditCardID. |
ModifiedDate | datetime | not null | (getdate()) | Date and time the record was last updated. |