我用Slick創建了一個數據庫。我試圖創建表格模式,選擇一些信息等等。這裏是我的架構創建代碼: val createUserTable = UserTable.table.schema.create
val createTaskTable = TaskTable.table.schema.create
Await.result(db.run(DBIO.seq(Queries.createUse
我試圖落實 https://github.com/ArchDev/akka-http-rest 提供的阿卡-HTTP其餘的例子,但我堅持用 slick.SlickException: This DBMS allows only a single column to be returned from an INSERT, and that column must be an AutoInc colu