xoldyckk
model Like{
likedOn ModelType @relation(fields: [likedOnId], references: [id])
likedOnId String
}
enum ModelType{
Post
Comment
CommentReply