postgresqlColumns property
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);
PostgreSQL columns in the schema. When unspecified as part of include/exclude objects, includes/excludes everything.
@$pb.TagNumber(2)
$core.List<PostgresqlColumn> get postgresqlColumns => $_getList(1);