Undefined tbl
From UG
(Difference between revisions)
Alex (Talk | contribs)
(Created page with 'Category:DB <pre> mysql> describe tblUndefined Shipment; +---------------------+---------+------+-----+---------+----------------+ | Field | Type | Null | K…')
Newer edit →
(Created page with 'Category:DB <pre> mysql> describe tblUndefined Shipment; +---------------------+---------+------+-----+---------+----------------+ | Field | Type | Null | K…')
Newer edit →
Revision as of 03:45, 15 January 2010
mysql> describe tblUndefined Shipment; +---------------------+---------+------+-----+---------+----------------+ | Field | Type | Null | Key | Default | Extra | +---------------------+---------+------+-----+---------+----------------+ | UndefinedShipmentId | int(10) | NO | PRI | NULL | auto_increment | | GenericShipmentId | int(10) | NO | MUL | NULL | | +---------------------+---------+------+-----+---------+----------------+ 2 rows in set