Schema.empty()

Creates an empty schema.

Source

Schema.empty() {
  _tables = [];
}