Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id | serial | 10 | √ | nextval('guestbook_id_seq'::regclass) |
|
|
|||||||||||
createtime | timestamp | 29,6 | null |
|
|
||||||||||||
emailrequired | bool | 1 | √ | null |
|
|
|||||||||||
enabled | bool | 1 | √ | null |
|
|
|||||||||||
institutionrequired | bool | 1 | √ | null |
|
|
|||||||||||
name | varchar | 255 | √ | null |
|
|
|||||||||||
namerequired | bool | 1 | √ | null |
|
|
|||||||||||
positionrequired | bool | 1 | √ | null |
|
|
|||||||||||
dataverse_id | int8 | 19 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
guestbook_pkey | Primary key | Asc | id |