Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | VARCHAR | 36 | null |
|
|
||||||
| location_business_line_id | VARCHAR | 36 | null |
|
|
||||||
| name | VARCHAR | 255 | null |
|
|
||||||
| description | TEXT | 65535 | √ | null |
|
|
|||||
| allow_uploads | BIT | 1 | 0 |
|
|
||||||
| allow_downloads | BIT | 1 | 0 |
|
|
||||||
| restrict_access | BIT | 1 | 0 |
|
|
||||||
| notify | BIT | 1 | 0 |
|
|
||||||
| notify_emails | TEXT | 65535 | √ | null |
|
|
|||||
| is_active | BIT | 1 | 1 |
|
|
||||||
| created_at | TIMESTAMP | 19 | CURRENT_TIMESTAMP |
|
|
||||||
| updated_at | TIMESTAMP | 19 | CURRENT_TIMESTAMP |
|
|
||||||
| created_by | VARCHAR | 255 | √ | null |
|
|
|||||
| updated_by | VARCHAR | 255 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| idx_hr_documents_active | Performance | Asc | is_active |
| idx_hr_documents_location | Performance | Asc | location_business_line_id |
| idx_hr_documents_name | Performance | Asc | name |