qualified Scala type, e.g. java.sql.Date
A container class for Slick's data model The model can have circular references (e.g.
A container class for Slick's data model The model can have circular references (e.g. a table has a foreign key which points back to the table). The references are broken apart by using names instead of object references for back references.
Qualified name of a database table
Slick schema model