Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
spotlight_id | bigserial | 19 | √ | nextval('spotlights_spotlight_id_seq'::regclass) |
|
|
||||
assoc_type | int2 | 5 | null |
|
|
|||||
assoc_id | int2 | 5 | null |
|
|
|||||
press_id | int8 | 19 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
spotlights_pkey | Primary key | Asc | spotlight_id |
spotlights_assoc | Performance | Asc/Asc | assoc_type + assoc_id |
spotlights_press_id | Performance | Asc | press_id |