Lines 6427-6432
CREATE TABLE `vendor_edi_accounts` (
Link Here
|
6427 |
`host` varchar(40) DEFAULT NULL, |
6427 |
`host` varchar(40) DEFAULT NULL, |
6428 |
`username` varchar(40) DEFAULT NULL, |
6428 |
`username` varchar(40) DEFAULT NULL, |
6429 |
`password` mediumtext DEFAULT NULL, |
6429 |
`password` mediumtext DEFAULT NULL, |
|
|
6430 |
`upload_port` varchar(40) DEFAULT NULL, |
6431 |
`download_port` varchar(40) DEFAULT NULL, |
6430 |
`last_activity` date DEFAULT NULL, |
6432 |
`last_activity` date DEFAULT NULL, |
6431 |
`vendor_id` int(11) DEFAULT NULL, |
6433 |
`vendor_id` int(11) DEFAULT NULL, |
6432 |
`download_directory` mediumtext DEFAULT NULL, |
6434 |
`download_directory` mediumtext DEFAULT NULL, |
6433 |
- |
|
|