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...) |
(No difference)
|
Revision as of 13:29, 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 |