_435.audits_applications
| Field | Type | Null | Default | Key | Extra | Comment |
|---|---|---|---|---|---|---|
| audapp_id | int(11) | NO | PRI | auto_increment | ||
| audapp_cus_id | int(11) | NO | MUL | |||
| audapp_cli_id | int(11) | NO | MUL | |||
| audapp_aud_id | int(11) | NO | MUL | The linked audit record. Required. | ||
| audapp_oauth_client_id | int(11) | NO | MUL | The oauth client id of the application. | ||
| audapp_api_app_id | int(11) | YES | MUL | The id of the api application that initiated the request. | ||
| audapp_third_party | tinyint(4) | NO | 0 | MUL | True if the application is from a third party. | |
| audapp_created | timestamp | YES | CURRENT_TIMESTAMP |
References
| Local Column | References |
|---|