Difference between revisions of "Purchasing.ShipMethod (table)"
Line 121: | Line 121: | ||
| 1.49 | | 1.49 | ||
|} | |} | ||
− | |||
== automatically generated == | == automatically generated == | ||
Line 143: | Line 142: | ||
| '''Nullable | | '''Nullable | ||
| '''Default | | '''Default | ||
− | | '''Description | + | | '''Description / PK / Index |
− | |||
− | |- | + | |- valign="top" |
| ShipMethodID | | ShipMethodID | ||
| int | | int | ||
| not null | | not null | ||
| | | | ||
− | | Primary key for ShipMethod records. | + | | Primary key for ShipMethod records.PK_ShipMethod_ShipMethodID |
− | + | |- valign="top" | |
− | |- | ||
| Name | | Name | ||
| Name | | Name | ||
| not null | | not null | ||
| | | | ||
− | | Shipping company name. | + | | Shipping company name.AK_ShipMethod_Name |
− | + | |- valign="top" | |
− | |- | ||
| ShipBase | | ShipBase | ||
| money | | money | ||
Line 166: | Line 162: | ||
| (0.00) | | (0.00) | ||
| Minimum shipping charge. | | Minimum shipping charge. | ||
− | + | |- valign="top" | |
− | |- | ||
| ShipRate | | ShipRate | ||
| money | | money | ||
Line 173: | Line 168: | ||
| (0.00) | | (0.00) | ||
| Shipping charge per pound. | | Shipping charge per pound. | ||
− | + | |- valign="top" | |
− | |- | ||
| rowguid | | rowguid | ||
| uniqueidentifier | | uniqueidentifier | ||
| not null | | not null | ||
| (NEWID()) | | (NEWID()) | ||
− | | ROWGUIDCOL number uniquely identifying the record. Used to support a merge replication sample. | + | | ROWGUIDCOL number uniquely identifying the record. Used to support a merge replication sample.AK_ShipMethod_rowguid |
− | + | |- valign="top" | |
− | |- | ||
| ModifiedDate | | ModifiedDate | ||
| datetime | | datetime | ||
Line 187: | Line 180: | ||
| (GETDATE()) | | (GETDATE()) | ||
| Date and time the record was last updated. | | Date and time the record was last updated. | ||
− | |||
|} | |} | ||
Line 206: | Line 198: | ||
| ShipMethodID | | ShipMethodID | ||
| ShipMethodID | | ShipMethodID | ||
+ | |} | ||
+ | |||
+ | |||
+ | {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | ||
+ | |- style="background:silver" | ||
+ | | '''Referenced Object | ||
+ | | '''Object Type | ||
+ | | '''Dependency Type | ||
+ | |||
+ | |- | ||
+ | | [[dbo.Name_(type)|dbo.Name]] | ||
+ | | Type | ||
+ | | Data Type | ||
|} | |} |
Revision as of 23:58, 26 November 2009
wikibot
Table | Purchasing.ShipMethod |
Column | Data Type | Nullable | Default | PK | Index |
ShipMethodID | int | not null | PK_ShipMethod_ShipMethodID | ||
Name | dbo.Name | not null | AK_ShipMethod_Name | ||
ShipBase | money | not null | ((0.00)) | ||
ShipRate | money | not null | ((0.00)) | ||
rowguid | uniqueidentifier | not null | (newid()) | AK_ShipMethod_rowguid | |
ModifiedDate | datetime | not null | (getdate()) |
Detail Table | Column | Referencing Column |
Purchasing.PurchaseOrderHeader | ShipMethodID | ShipMethodID |
Sales.SalesOrderHeader | ShipMethodID | ShipMethodID |
wikivalues
Table Values | Purchasing.ShipMethod |
ShipMethodID | Name | ShipBase | ShipRate |
1 | XRQ - TRUCK GROUND | 3.95 | 0.99 |
2 | ZY - EXPRESS | 9.95 | 1.99 |
3 | OVERSEAS - DELUXE | 29.95 | 2.99 |
4 | OVERNIGHT J-FAST | 21.95 | 1.29 |
5 | CARGO TRANSPORT 5 | 8.99 | 1.49 |
automatically generated
Table | Purchasing.ShipMethod |
Description | Shipping company lookup table. |
Column | Data Type | Nullable | Default | Description / PK / Index |
ShipMethodID | int | not null | Primary key for ShipMethod records.PK_ShipMethod_ShipMethodID | |
Name | Name | not null | Shipping company name.AK_ShipMethod_Name | |
ShipBase | money | not null | (0.00) | Minimum shipping charge. |
ShipRate | money | not null | (0.00) | Shipping charge per pound. |
rowguid | uniqueidentifier | not null | (NEWID()) | ROWGUIDCOL number uniquely identifying the record. Used to support a merge replication sample.AK_ShipMethod_rowguid |
ModifiedDate | datetime | not null | (GETDATE()) | Date and time the record was last updated. |
Detail Table | Column | Referencing Column |
Purchasing.PurchaseOrderHeader | ShipMethodID | ShipMethodID |
Sales.SalesOrderHeader | ShipMethodID | ShipMethodID |
Referenced Object | Object Type | Dependency Type |
dbo.Name | Type | Data Type |