The following block of code was working on slick 2.1 but when I upgraded the slick version, the code is not working.
import slick.lifted.Column
trait IntegerId {
def id: Column[Int]
}
The error received: Cannot resolve symbol Column
Is there any alternative or workaround for this issue?
Any help is appreciable.
You didn't provide enough context to really answer your question. Given the fact that Table.column is defined as
what you need might be