Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
announcement_id | bigserial | 19 | √ | nextval('announcements_announcement_id_seq'::regclass) |
|
|
||||
assoc_type | int2 | 5 | √ | null |
|
|
||||
assoc_id | int8 | 19 | null |
|
|
|||||
type_id | int8 | 19 | √ | null |
|
|
||||
date_expire | date | 13 | √ | null |
|
|
||||
date_posted | timestamp | 22 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
announcements_pkey | Primary key | Asc | announcement_id |
announcements_assoc | Performance | Asc/Asc | assoc_type + assoc_id |
announcements_type_id | Performance | Asc | type_id |