postgresqlTables property

List<PostgresqlTable>? postgresqlTables
getter/setter pair

Tables in the schema.

Implementation

core.List<PostgresqlTable>? postgresqlTables;