From dbscript Online Help
wikibot
Column
|
Data Type
|
Nullable
|
Default
|
PK
|
Index
|
AddressID
|
int
|
not null
|
|
PK_Address_AddressID
|
|
AddressLine1
|
nvarchar(60)
|
not null
|
|
|
IX_Address_AddressLine1_AddressLine2_City_StateProvinceID_PostalCode
|
AddressLine2
|
nvarchar(60)
|
null
|
|
|
IX_Address_AddressLine1_AddressLine2_City_StateProvinceID_PostalCode
|
City
|
nvarchar(30)
|
not null
|
|
|
IX_Address_AddressLine1_AddressLine2_City_StateProvinceID_PostalCode
|
StateProvinceID
|
int
|
not null
|
|
|
IX_Address_AddressLine1_AddressLine2_City_StateProvinceID_PostalCodeIX_Address_StateProvinceID
|
PostalCode
|
nvarchar(15)
|
not null
|
|
|
IX_Address_AddressLine1_AddressLine2_City_StateProvinceID_PostalCode
|
rowguid
|
uniqueidentifier
|
not null
|
(newid())
|
|
AK_Address_rowguid
|
ModifiedDate
|
datetime
|
not null
|
(getdate())
|
|
|