Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| groupid | int8 | 19 | null |
|
|
|||||
| name | varchar | 255 | null |
|
|
|||||
| description | varchar | 1000 | √ | null |
|
|
||||
| creationdate | int8 | 19 | null |
|
|
|||||
| modificationdate | int8 | 19 | null |
|
|
|||||
| federated | int2 | 5 | √ | null |
|
|
||||
| visible | int2 | 5 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| jivegroup_pk | Primary key | Asc | groupid |
| jivegroup_name_key | Must be unique | Asc | name |
| jvgrp_cdate_idx | Performance | Asc | creationdate |
| jvgrp_lcgn_idx | Performance | ||
| jvgrp_mdate_idx | Performance | Asc | modificationdate |