harness.sql.autoSchema.PostgresMeta$.InformationSchemaColumns
See theInformationSchemaColumns companion object
final case class InformationSchemaColumns[F[_]](tableSchema: F[String], tableName: F[String], columnName: F[String], isNullable: F[Boolean], dataType: F[String]) extends Table
Attributes
- Companion
- object
- Graph
-
- Supertypes
Members list
In this article