jiveRating Table

Rating data table.

Column Name Type Length Nullable Unicode Description
creationDate bigint N/A true   Create date of a rating.
objectID bigint N/A false   ID of the object the rating is associated with.
objectType int N/A false   Type of object the rating is associated with.
score int N/A false   The score of the rating.
userID bigint N/A true   The user making the rating.