Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
attachmentid | int8 | 19 | null |
|
|
|||||||||
objecttype | int4 | 10 | null |
|
|
|||||||||
objectid | int8 | 19 | √ | null |
|
|
||||||||
documentid | varchar | 255 | √ | null |
|
|
||||||||
filename | varchar | 255 | null |
|
|
|||||||||
filesize | int4 | 10 | null |
|
|
|||||||||
contenttype | varchar | 100 | null |
|
|
|||||||||
creationdate | int8 | 19 | null |
|
|
|||||||||
modificationdate | int8 | 19 | null |
|
|
|||||||||
exstoragefileid | int8 | 19 | √ | null |
|
|
||||||||
status | int4 | 10 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
jiveattachment_pk | Primary key | Asc | attachmentid |
ja_exfileid_fk | Performance | Asc | exstoragefileid |
jvatthmnt_did_idx | Performance | Asc | documentid |
jvatthmnt_objt_idx | Performance | Asc/Asc | objecttype + objectid |