changes
| Name | Type | Nullable | Default Value | Notes |
|---|---|---|---|---|
entity | t_entity | |||
index | integer | |||
user | integer | |||
date | double precision | |||
type | smallint | |||
identifier | text | |||
transactionid | bytea | |||
data | jsonb | |||
extdata | jsonb | |||
tags_add | text[] | |||
tags_remove | text[] | |||
binfiles | integer[] |
| Name | Unique | Nulls Distinct | Primary | Partial | Method | Keys |
|---|---|---|---|---|---|---|
| i_changes_entity_identifier | btree | entity, identifier | ||||
| i_changes_transactionid | hash | transactionid | ||||
| pk_changes | btree | entity, index, date |
| Name | Type |
|---|---|
| c_changes_entity | check |
| dc_changes_data | check |
| dc_changes_extdata | check |
| dc_changes_type | check |
| pk_changes | primary_key |
Loading...