provides bookmarking for Jive SBS content
| Column Name | Type | Length | Nullable | Unicode | Description |
|---|---|---|---|---|---|
| creationDate | bigint | N/A | false | the date and time on which this favorite was created | |
| creatorId | bigint | N/A | false | the id of the entity which created the favorite | |
| creatorType | int | N/A | false | the type of entity which created the favorite | |
| id | bigint | N/A | false | uniquely identifies favorite system wide Primary key. | |
| markedId | bigint | N/A | false | the unique id related to the entity which is being bookmarked | |
| markedType | int | N/A | false | the type of entity which is being bookmarked | |
| modificationDate | bigint | N/A | false | the date and time on which this favorite was last modified | |
| notes | varchar | 3500 | true | for particular kinds of bookmarked content the user can provide notes about a favorited piece of content | |
| ownerId | bigint | N/A | false | the unique id of the entity which will own this favorite | |
| ownerType | int | N/A | false | the type of entity which owns this favorite | |
| status | int | N/A | false | an int which contains the current state of the favorite in the favorite workflow, awaiting moderation, abusive, awaiting acceptance, accepted, etc | |
| subject | varchar | 255 | true | for particular kinds of bookmarked content the user can provide a subject or title |