Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
---|---|---|---|---|---|---|---|---|
id | INT | 10 | √ | null |
|
|
||
titleId | INT | 10 | null |
|
|
|||
collectionId | INT | 10 | null |
|
|
|||
lastSeen | INT | 10 | null |
|
|
|||
deleted | TINYINT | 3 | √ | NULL |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
palace_project_title_availability_s_pk | Primary key | Asc | id |
PRIMARY | Must be unique | Asc | id |
titleId | Must be unique | Asc/Asc | titleId + collectionId |