postgresqlColumns property

List<PostgresqlColumn>? postgresqlColumns
getter/setter pair

PostgreSQL columns in the schema.

When unspecified as part of include/exclude objects, includes/excludes everything.

Implementation

core.List<PostgresqlColumn>? postgresqlColumns;