Sales.CreditCard (table)
wikibot
| Table | Sales.CreditCard |
| Column | Data Type | Nullable | Default | PK | Index |
| CreditCardID | int | not null | PK_CreditCard_CreditCardID | ||
| CardType | nvarchar(50) | not null | |||
| CardNumber | nvarchar(25) | not null | AK_CreditCard_CardNumber | ||
| ExpMonth | tinyint | not null | |||
| ExpYear | smallint | not null | |||
| ModifiedDate | datetime | not null | (getdate()) |
| Detail Table | Column | Referencing Column |
| Sales.ContactCreditCard | CreditCardID | CreditCardID |
| Sales.SalesOrderHeader | CreditCardID | CreditCardID |