Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id | serial | 10 | √ | nextval('notification_id_seq'::regclass) |
|
|
||||||||
release_id | int4 | 10 | null |
|
|
|||||||||
publish_date | date | 13 | null |
|
|
|||||||||
expiry_date | date | 13 | √ | null |
|
|
||||||||
created_by | varchar | 24 | null |
|
|
|||||||||
created_at | timestamp | 29,6 | null |
|
|
|||||||||
modified_by | varchar | 24 | √ | null |
|
|
||||||||
modified_at | timestamp | 29,6 | √ | null |
|
|
||||||||
deleted | bool | 1 | false |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
notification_pkey | Primary key | Asc | id |