Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
---|---|---|---|---|---|---|---|---|
id | INT | 10 | √ | null |
|
|
||
instance | VARCHAR | 100 | √ | NULL |
|
|
||
axis360Id | INT | 10 | √ | NULL |
|
|
||
year | INT | 10 | null |
|
|
|||
month | INT | 10 | null |
|
|
|||
timesHeld | INT | 10 | 0 |
|
|
|||
timesCheckedOut | INT | 10 | 0 |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
axis360_record_usage_s_pk | Primary key | Asc | id |
instance | Performance | Asc/Asc/Asc/Asc | instance + axis360Id + year + month |
instance_2 | Performance | Asc/Asc/Asc | instance + year + month |
instance_3 | Performance | Asc/Asc/Asc | instance + year + month |
PRIMARY | Must be unique | Asc | id |