scala.slick.profile.BasicProfile
(schemaDescriptionDef: StringAdd).self
(schemaDescriptionDef: StringFormat).self
(schemaDescriptionDef: ArrowAssoc[BasicDriver.SchemaDescriptionDef]).x
(Since version 2.10.0) Use leftOfArrow
instead
(schemaDescriptionDef: Ensuring[BasicDriver.SchemaDescriptionDef]).x
(Since version 2.10.0) Use resultOfEnsuring
instead
A schema description contains the SQL statements for creating and dropping database entities. Schema descriptions can be combined for creating or dropping multiple entities together, even if they have circular dependencies.