Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
item_id | INT | 10 | √ | null |
|
|
primary key |
|||||||
item | VARCHAR | 500 | √ | null |
|
|
item title |
|||||||
platform | VARCHAR | 255 | √ | null |
|
|
item platform |
|||||||
publisher | VARCHAR | 255 | √ | null |
|
|
Publisher for the item |
|||||||
usage_data_provider_id | INT | 10 | null |
|
|
data provider the database is harvested by |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | item_id |
erm_usage_items_ibfk_1 | Performance | Asc | usage_data_provider_id |