underscoreio/slickless

MappedWith Not Working

Opened this issue · 0 comments

  • 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 use mappedWith, intelliJ gives me an error:

Screen Shot 2020-06-23 at 4 17 26 PM

* My clase class:

Screen Shot 2020-06-23 at 4 17 58 PM

* `def *` method:

Screen Shot 2020-06-23 at 4 21 11 PM

* build.sbt:

Screen Shot 2020-06-23 at 4 22 05 PM