<@U02P8CFNBU1> can i have multiple model types lik...
# orm-help
x
@Levi can i have multiple model types like this or a workaround:-
model Like{
likedOn   ModelType  @relation(fields: [likedOnId], references: [id])
likedOnId  String
}
enum ModelType{
Post
Comment
CommentReply
}