Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('record_creators_id_seq'::regclass) |
|
|
||||
| record_id | int4 | 10 | null |
|
|
|||||
| name_entity_id | int4 | 10 | null |
|
|
|||||
| created_at | timestamp | 29,6 | now() |
|
|
|||||
| updated_at | timestamp | 29,6 | now() |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| record_creators_pkey | Primary key | Asc | id |
| record_creators_record_id_name_id_key | Must be unique | Asc/Asc | record_id + name_entity_id |

