_1.provider_access
| Field | Type | Null | Default | Key | Extra | Comment |
|---|---|---|---|---|---|---|
| pacc_id | int(11) | NO | PRI | auto_increment | ||
| pacc_cli_id | int(11) | NO | MUL | |||
| pacc_usr_id | int(11) | NO | ||||
| pacc_phy_id | int(11) | NO | MUL | |||
| pacc_section | tinyint(1) | NO | A number representing the application section. | |||
| pacc_has_access | char(1) | NO | 1 | A value of 0 means does not have access, anything else means has access. | ||
| pacc_modified | datetime | YES | CURRENT_TIMESTAMP | |||
| pacc_created | datetime | YES | CURRENT_TIMESTAMP |
References
| Local Column | References |
|---|