Verwenden Sie bei Slick 3.2 O.Length statt O.Sqltype :
def name = column[String]("COF_NAME", O.PrimaryKey, O.Length(100))
Verwenden Sie bei Slick 3.2 O.Length statt O.Sqltype :
def name = column[String]("COF_NAME", O.PrimaryKey, O.Length(100))