slickless
slickless copied to clipboard
MappedWith Not Working
- I am trying to create a table using a case class with 24 columns and therefore using HList as mentioned here
- However, in the
def *method, when i try to usemappedWith, intelliJ gives me an error:
- My clase class:
-
def *method:
- build.sbt: