Add target_id column to audit_events table
For new record, we will write to this new `target_id` column, instead of the existing nested hash structure in `details` field. This allows us to create an explicit schema and query this field more efficiently.
Showing
Please register or sign in to comment