Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('address_to_tags_id_seq'::regclass) |
|
|
|||||
| address_hash | bytea | 2147483647 | null |
|
|
||||||
| tag_id | int4 | 10 | null |
|
|
||||||
| inserted_at | timestamp | 29,6 | null |
|
|
||||||
| updated_at | timestamp | 29,6 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| address_to_tags_pkey | Primary key | Asc | id |
| address_to_tags_address_hash_tag_id_index | Must be unique | Asc/Asc | address_hash + tag_id |