Lines 3261-3269
CREATE TABLE `erm_usage_data_providers` (
Link Here
|
3261 |
`service_type` varchar(80) DEFAULT NULL COMMENT 'service_type of the harvester', |
3261 |
`service_type` varchar(80) DEFAULT NULL COMMENT 'service_type of the harvester', |
3262 |
`service_url` varchar(80) DEFAULT NULL COMMENT 'service_url of the harvester', |
3262 |
`service_url` varchar(80) DEFAULT NULL COMMENT 'service_url of the harvester', |
3263 |
`report_release` varchar(80) DEFAULT NULL COMMENT 'report_release of the harvester', |
3263 |
`report_release` varchar(80) DEFAULT NULL COMMENT 'report_release of the harvester', |
3264 |
`customer_id` varchar(50) DEFAULT NULL COMMENT 'sushi customer id', |
3264 |
`customer_id` text DEFAULT NULL COMMENT 'SUSHI customer ID', |
3265 |
`requestor_id` varchar(50) DEFAULT NULL COMMENT 'sushi requestor id', |
3265 |
`requestor_id` text DEFAULT NULL COMMENT 'SUSHI requestor ID', |
3266 |
`api_key` varchar(80) DEFAULT NULL COMMENT 'sushi api key', |
3266 |
`api_key` text DEFAULT NULL COMMENT 'SUSHI API key', |
3267 |
`requestor_name` varchar(80) DEFAULT NULL COMMENT 'requestor name', |
3267 |
`requestor_name` varchar(80) DEFAULT NULL COMMENT 'requestor name', |
3268 |
`requestor_email` varchar(80) DEFAULT NULL COMMENT 'requestor email', |
3268 |
`requestor_email` varchar(80) DEFAULT NULL COMMENT 'requestor email', |
3269 |
`report_types` varchar(255) DEFAULT NULL COMMENT 'report types provided by the harvester', |
3269 |
`report_types` varchar(255) DEFAULT NULL COMMENT 'report types provided by the harvester', |
Lines 6796-6799
CREATE TABLE `zebraqueue` (
Link Here
|
6796 |
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; |
6796 |
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; |
6797 |
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; |
6797 |
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; |
6798 |
|
6798 |
|
6799 |
-- Dump completed on 2024-11-25 12:13:27 |
6799 |
-- Dump completed on 2024-11-25 12:13:27 |
6800 |
- |
|
|