holds labels used for personal organization of various jive objects
| Column Name | Type | Length | Nullable | Unicode | Description |
|---|---|---|---|---|---|
| labelID | bigint | N/A | false | uniquely identifies the label system wide Primary key. | |
| name | varchar | 200 | false | The name of the label. | |
| ownerID | bigint | N/A | false | User ID of label owner. | |
| style | varchar | 200 | true | A CSS style descriptor for the label |