renameTable method

List<String> renameTable(
  1. SchemaTable table,
  2. String name
)
inherited

Implementation

List<String> renameTable(SchemaTable table, String name) {
  // Must rename indices, constraints, etc.
  throw UnsupportedError("renameTable is not yet supported.");
}