slick.codegen.AbstractGenerator.TableDef
Scala code
Scala code
Indicated whether a case class should be generated.
Indicated whether a case class should be generated. Otherwise a type alias.
Scala doc comment
Scala doc comment
Scala doc comment with code
Scala doc comment with code
Indicates whether this will be included in the generated code
Indicates whether this will be included in the generated code
Returns Some(this) if enabled else None
Returns Some(this) if enabled else None
Name (escaped if colliding with Scala keyword).
Name (escaped if colliding with Scala keyword).
Inherited traits.
Inherited traits.
Name as desired in Scala Code.
Name as desired in Scala Code. (Allowed to collide with Scala keywords. Will be automatically escaped.)
Column types
(entityTypeDef: StringAdd).self
(entityTypeDef: StringFormat).self
(entityTypeDef: ArrowAssoc[EntityTypeDef]).x
(Since version 2.10.0) Use leftOfArrow
instead
(entityTypeDef: Ensuring[EntityTypeDef]).x
(Since version 2.10.0) Use resultOfEnsuring
instead
Entity case class or type alias generator definition (Mapped case class holding a complete row of data of this table).