Lines 5850-5856
CREATE TABLE `vendor_edi_accounts` (
Link Here
|
5850 |
`description` mediumtext NOT NULL, |
5850 |
`description` mediumtext NOT NULL, |
5851 |
`host` varchar(40) DEFAULT NULL, |
5851 |
`host` varchar(40) DEFAULT NULL, |
5852 |
`username` varchar(40) DEFAULT NULL, |
5852 |
`username` varchar(40) DEFAULT NULL, |
5853 |
`password` varchar(256) DEFAULT NULL, |
5853 |
`password` mediumtext DEFAULT NULL, |
5854 |
`last_activity` date DEFAULT NULL, |
5854 |
`last_activity` date DEFAULT NULL, |
5855 |
`vendor_id` int(11) DEFAULT NULL, |
5855 |
`vendor_id` int(11) DEFAULT NULL, |
5856 |
`download_directory` mediumtext DEFAULT NULL, |
5856 |
`download_directory` mediumtext DEFAULT NULL, |
5857 |
- |
|
|