Difference between revisions of "Person.AddressType (table)"
(New page: == wikibot == {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" |- | '''Table | Person.AddressType |- |} {| border="1" cellpadding="5" cellspacing="0" style...) |
|||
| Line 64: | Line 64: | ||
| AddressTypeID | | AddressTypeID | ||
| AddressTypeID | | AddressTypeID | ||
| + | |} | ||
| + | |||
| + | == wikivalues == | ||
| + | |||
| + | {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | ||
| + | |- | ||
| + | | '''Table Values | ||
| + | | Person.AddressType | ||
| + | |- | ||
| + | |} | ||
| + | |||
| + | |||
| + | {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | ||
| + | |- style="background:silver" | ||
| + | | '''AddressTypeID | ||
| + | | '''Name | ||
| + | |- | ||
| + | | 6 | ||
| + | | Archive | ||
| + | |- | ||
| + | | 1 | ||
| + | | Billing | ||
| + | |- | ||
| + | | 2 | ||
| + | | Home | ||
| + | |- | ||
| + | | 3 | ||
| + | | Main Office | ||
| + | |- | ||
| + | | 4 | ||
| + | | Primary | ||
| + | |- | ||
| + | | 5 | ||
| + | | Shipping | ||
|} | |} | ||
Revision as of 14:53, 3 January 2009
wikibot
| Table | Person.AddressType |
| Column | Data Type | Nullable | Default | PK | Index |
| AddressTypeID | int | not null | PK_AddressType_AddressTypeID | ||
| Name | dbo.Name | not null | AK_AddressType_Name | ||
| rowguid | uniqueidentifier | not null | (newid()) | AK_AddressType_rowguid | |
| ModifiedDate | datetime | not null | (getdate()) |
| Detail Table | Column | Referencing Column |
| Sales.CustomerAddress | AddressTypeID | AddressTypeID |
| Purchasing.VendorAddress | AddressTypeID | AddressTypeID |
wikivalues
| Table Values | Person.AddressType |
| AddressTypeID | Name |
| 6 | Archive |
| 1 | Billing |
| 2 | Home |
| 3 | Main Office |
| 4 | Primary |
| 5 | Shipping |