subscription_audit_log
A record of changes made to a subscription.
| Column name | Description | Data type |
|---|---|---|
| log_time | timestamp without time zone * | |
| subscription | Reference to subscription. | integer * |
| subscription_audit_log | Primary key. | integer |
| company | Reference to company. | integer * |
| audit_log_code | The type of event that triggered this audit log. | smallint |
| logging_operator | Reference to operator. | integer * |
| message | text * | |
| modified_object | text * | |
| property_name | text * | |
| old_value | text * | |
| new_value | text * | |
| primary_key | text * |