Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
id | serial | 10 | √ | nextval('usernotification_id_seq'::regclass) |
|
|
|||||
emailed | bool | 1 | √ | null |
|
|
|||||
objectid | int8 | 19 | √ | null |
|
|
|||||
readnotification | bool | 1 | √ | null |
|
|
|||||
senddate | timestamp | 29,6 | √ | null |
|
|
|||||
type | int4 | 10 | null |
|
|
||||||
requestor_id | int8 | 19 | √ | null |
|
|
|||||
user_id | int8 | 19 | null |
|
|
||||||
additionalinfo | varchar | 2147483647 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
usernotification_pkey | Primary key | Asc | id |
index_usernotification_user_id | Performance | Asc | user_id |