UDbAdminTableSchemaParams constructor

UDbAdminTableSchemaParams({
  1. required String table,
  2. String schema = "public",
})

Implementation

UDbAdminTableSchemaParams({
  required this.table,
  this.schema = "public",
});