_436_archive_testing.files_validation_errors
| Field | Type | Null | Default | Key | Extra | Comment |
|---|---|---|---|---|---|---|
| fve_id | int(11) | NO | PRI | auto_increment | Primary key | |
| fve_cus_id | int(11) | NO | MUL | Customer ID | ||
| fve_cli_id | int(11) | NO | MUL | Client ID | ||
| fve_doc_id | int(11) | YES | MUL | Document ID | ||
| fve_pi_id | int(11) | YES | MUL | Patients Images ID | ||
| fve_is_error | tinyint(1) | NO | 1 | Indicates if error | ||
| fve_error | text | YES | Error text | |||
| fve_modified | timestamp | YES | CURRENT_TIMESTAMP | on update CURRENT_TIMESTAMP | ||
| fve_created | timestamp | YES | CURRENT_TIMESTAMP |
References
| Local Column | References |
|---|