Legacy schema for comment dislikes.
New comment dislikes should use PhoenixKit.Modules.Comments.CommentDislike instead.
Summary
Functions
Changeset for creating a comment dislike.
Types
@type t() :: %PhoenixKit.Modules.Posts.CommentDislike{ __meta__: term(), comment: PhoenixKit.Modules.Posts.PostComment.t() | Ecto.Association.NotLoaded.t(), comment_uuid: UUIDv7.t(), inserted_at: DateTime.t() | nil, updated_at: DateTime.t() | nil, user: PhoenixKit.Users.Auth.User.t() | Ecto.Association.NotLoaded.t(), user_uuid: UUIDv7.t() | nil, uuid: UUIDv7.t() | nil }