describe method

void describe()

print a description of the schema

Implementation

void describe() {
  for (final table in tables!) {
    table.describe(spacer: " ");
  }
}