_436.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(4) | 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 | timestamp | YES | CURRENT_TIMESTAMP | on update CURRENT_TIMESTAMP | ||
| pacc_created | timestamp | YES | CURRENT_TIMESTAMP |
References
| Local Column | References |
|---|