Lines 6665-6670
CREATE TABLE `vendor_edi_accounts` (
Link Here
|
6665 |
`auto_orders` tinyint(1) NOT NULL DEFAULT 0, |
6665 |
`auto_orders` tinyint(1) NOT NULL DEFAULT 0, |
6666 |
`shipment_budget` int(11) DEFAULT NULL, |
6666 |
`shipment_budget` int(11) DEFAULT NULL, |
6667 |
`plugin` varchar(256) NOT NULL DEFAULT '', |
6667 |
`plugin` varchar(256) NOT NULL DEFAULT '', |
|
|
6668 |
`po_is_basketname` tinyint(1) NOT NULL DEFAULT 0, |
6668 |
PRIMARY KEY (`id`), |
6669 |
PRIMARY KEY (`id`), |
6669 |
KEY `vendorid` (`vendor_id`), |
6670 |
KEY `vendorid` (`vendor_id`), |
6670 |
KEY `shipmentbudget` (`shipment_budget`), |
6671 |
KEY `shipmentbudget` (`shipment_budget`), |
6671 |
- |
|
|