PostgresqlColumnResponse

fun PostgresqlColumnResponse(column: String, dataType: String, length: Int, nullable: Boolean, ordinalPosition: Int, precision: Int, primaryKey: Boolean, scale: Int)