テーブルまたは列にある未解決のシンボルを報告します。

例:



  class User : Table("User") {
    val name = varchar("missing_name", 50) // 未解決のシンボル
  }