_8.patient_statements_disabled_reasons
| Field | Type | Null | Default | Key | Extra | Comment |
|---|---|---|---|---|---|---|
| psdr_id | int(11) | NO | PRI | auto_increment | The primary key | |
| psdr_cus_id | int(11) | NO | MUL | The customer id | ||
| psdr_cli_id | int(11) | NO | MUL | The client id | ||
| psdr_name | varchar(55) | NO | MUL | The Patient Statements Disabled Reason name | ||
| psdr_disabled | char(1) | NO | The disabled flag | |||
| psdr_modified | timestamp | YES | CURRENT_TIMESTAMP | on update CURRENT_TIMESTAMP | ||
| psdr_created | timestamp | YES | CURRENT_TIMESTAMP |
References
| Local Column | References | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| psdr_id |
|