PostgresqlTable constructor
PostgresqlTable({
- List<
PostgresqlColumn> ? postgresqlColumns, - String? table,
Implementation
PostgresqlTable({this.postgresqlColumns, this.table});