Stores the type, ID, version and UUID jive objects
| Column Name | Type | Length | Nullable | Unicode | Description |
|---|---|---|---|---|---|
| longID | bigint | N/A | false | Numeric id of the object, is unique for each object in this instance | |
| objectID | bigint | N/A | true | id of the object | |
| objectType | int | N/A | true | The type of the object | |
| uuid | varchar | 128 | false | the uuid of the object Primary key. | |
| version | int | N/A | true | The latest version number this instance is up to. |