Schema.empty constructor

Schema.empty()

Creates an empty schema.

Implementation

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