Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
buildnoteid | serial | 10 | √ | nextval('buildnote_buildnoteid_seq'::regclass) |
|
|
||||||
releaseid | int8 | 19 | null |
|
|
|||||||
team | varchar | 255 | null |
|
|
|||||||
description | varchar | 255 | null |
|
|
|||||||
createdby | varchar | 255 | √ | null |
|
|
||||||
release_releaseid | int8 | 19 | √ | null |
|
|
||||||
build_note_id | bigserial | 19 | √ | nextval('buildnote_build_note_id_seq'::regclass) |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
buildnote_pkey | Primary key | Asc | buildnoteid |