PostgresCreate constructor
PostgresCreate(})
Implementation
PostgresCreate(
this.table, {
Map<String, Object?>? fields,
this.outputAs,
bool? returnMatchingRows,
}) : fields = fields == null ? const {} : normalizeExpressionMap(fields),
returnMatchingRows = returnMatchingRows ?? outputAs != null;