Skip to content

Comment Model at Multividas.com

This document describes the attributes of the Comment model used in Multividas.com application.

Attribute NameTypeDescription
idstringIdentifier (ULID)
contentstringComment content
commentableTypestringPolymorphic type of the commentable entity
commentableIdstringPolymorphic ID of the commentable entity
isAnonymouslybooleanComment anonymous status
userobjectUser Object associated with the comment
tagsobjectTag Object associated with the comment
createdAtstring, nullComment created date
updatedAtstring, nullComment updated date

Released under the MIT License.