TblShipmentGroup
From UG
(Difference between revisions)
(Created page with 'Category:DB <pre> mysql> describe tblShipmentGroup; +-----------------+---------+------+-----+---------+----------------+ | Field | Type | Null | Key | Default …') |
|||
Line 1: | Line 1: | ||
- | [[Category: | + | [[Category:Shipment Data Objects]] |
<pre> | <pre> |
Revision as of 08:29, 31 January 2010
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