PostgresqlTable constructor

PostgresqlTable({
  1. List<PostgresqlColumn>? postgresqlColumns,
  2. String? table,
})

Implementation

PostgresqlTable({
  this.postgresqlColumns,
  this.table,
});