Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
---|---|---|---|---|---|---|---|---|
id | INT | 10 | √ | null |
|
|
||
type | VARCHAR | 50 | √ | NULL |
|
|
||
identifier | VARCHAR | 50 | √ | NULL |
|
|
||
fileId | INT | 10 | √ | NULL |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
record_files_s_pk | Primary key | Asc | id |
fileId | Performance | Asc | fileId |
PRIMARY | Must be unique | Asc | id |
type | Performance | Asc/Asc | type + identifier |