postgresqlColumns property

  1. @TagNumber(2)
List<PostgresqlColumn> get postgresqlColumns

PostgreSQL columns in the schema. When unspecified as part of include/exclude objects, includes/excludes everything.

Implementation

@$pb.TagNumber(2)
$core.List<PostgresqlColumn> get postgresqlColumns => $_getList(1);