upgrade method

  1. @override
Future<Schema?> upgrade(
  1. Schema fromSchema,
  2. List<Migration> withMigrations, {
  3. bool temporary = false,
})
override

Implementation

@override
Future<Schema?> upgrade(
  Schema fromSchema,
  List<Migration> withMigrations, {
  bool temporary = false,
}) {
  // TODO: implement upgrade
  throw UnimplementedError();
}