"Hello World" example for Slick 2.0 with MySQL "Hello World" example for Slick 2.0 with MySQL mysql mysql

"Hello World" example for Slick 2.0 with MySQL


You probably overlooked that the error message refers to `TableSuite.scala``

/Users/kotaro/Documents/Scala/hello-slick/src/test/scala/TablesSuite.scalavalue ddl is not a member of scala.slick.lifted.TableQuery[Suppliers]def createSchema() = (suppliers.ddl ++ coffees.ddl).create

You need to change the import in there as well.