TblShipmentGroup

From UG

(Difference between revisions)
Jump to: navigation, search
(Replaced content with 'Category:XArc')
 
Line 1: Line 1:
-
[[Category:Shipment Data Objects]]
+
[[Category:XArc]]
-
 
+
-
<pre>
+
-
mysql> describe tblShipmentGroup;
+
-
+-----------------+---------+------+-----+---------+----------------+
+
-
| Field          | Type    | Null | Key | Default | Extra          |
+
-
+-----------------+---------+------+-----+---------+----------------+
+
-
| Id              | int(10) | NO  | PRI | NULL    | auto_increment |
+
-
| TransportModeId | int(10) | NO  | MUL | NULL    |                |
+
-
| ClientCompanyId | int(10) | NO  | MUL | NULL    |                |
+
-
| MasterId        | int(10) | YES  | MUL | NULL    |                |
+
-
+-----------------+---------+------+-----+---------+----------------+
+
-
4 rows in set
+
-
</pre>
+

Current revision as of 08:30, 31 January 2010

Personal tools