Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
erm_usage_data_provider_id | INT | 10 | √ | null |
|
|
primary key |
|||||||||||||||||||||||||
name | VARCHAR | 80 | null |
|
|
name of the data provider |
||||||||||||||||||||||||||
description | LONGTEXT | 2147483647 | √ | null |
|
|
description of the data provider |
|||||||||||||||||||||||||
active | BIT | 0 | 1 |
|
|
current status of the harvester - active/inactive |
||||||||||||||||||||||||||
method | VARCHAR | 80 | √ | null |
|
|
method of the harvester |
|||||||||||||||||||||||||
aggregator | VARCHAR | 80 | √ | null |
|
|
aggregator of the harvester |
|||||||||||||||||||||||||
service_type | VARCHAR | 80 | √ | null |
|
|
service_type of the harvester |
|||||||||||||||||||||||||
service_url | VARCHAR | 80 | √ | null |
|
|
service_url of the harvester |
|||||||||||||||||||||||||
report_release | VARCHAR | 80 | √ | null |
|
|
report_release of the harvester |
|||||||||||||||||||||||||
customer_id | VARCHAR | 50 | √ | null |
|
|
sushi customer id |
|||||||||||||||||||||||||
requestor_id | VARCHAR | 50 | √ | null |
|
|
sushi requestor id |
|||||||||||||||||||||||||
api_key | VARCHAR | 80 | √ | null |
|
|
sushi api key |
|||||||||||||||||||||||||
requestor_name | VARCHAR | 80 | √ | null |
|
|
requestor name |
|||||||||||||||||||||||||
requestor_email | VARCHAR | 80 | √ | null |
|
|
requestor email |
|||||||||||||||||||||||||
report_types | VARCHAR | 255 | √ | null |
|
|
report types provided by the harvester |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | erm_usage_data_provider_id |