slick-codegen-patch is a library that helps you to modify a slick model for primarily slick-codegen.
To add slick-codegen-patch
dependency to your project, add the following to your build.sbt
:
libraryDependencies += "dev.hshn" %% "slick-codegen-patch" % version
TBD