auth.audit_log_entries
| # | Name | Type | Nullable | Default | PK |
|---|---|---|---|---|---|
| 1 | instance_id | uuid | YES | — | |
| 2 | id | uuid | NO | — | PK |
| 3 | payload | json | YES | — | |
| 4 | created_at | timestamp with time zone | YES | — | |
| 5 | ip_address | character varying | NO | ''::character varying |
Indexes
| Name | Definition | Unique | Primary | Size |
|---|---|---|---|---|
| audit_log_entries_pkey | CREATE UNIQUE INDEX audit_log_entries_pkey ON auth.audit_log_entries USING btree (id) | ✓ | ✓ | 8192 bytes |
| audit_logs_instance_id_idx | CREATE INDEX audit_logs_instance_id_idx ON auth.audit_log_entries USING btree (instance_id) | 8192 bytes |
Constraints
| Name | Type | Definition |
|---|---|---|
| audit_log_entries_pkey | PRIMARY KEY | PRIMARY KEY (id) |