// These operations can be accomplished instead with a table-rebuild
 protected override void Generate(AddForeignKeyOperation operation, IModel model, RelationalCommandListBuilder builder)
 {
     throw new NotSupportedException(SqliteStrings.InvalidMigrationOperation);
 }
 // These operations can be accomplished instead with a table-rebuild
 public override void Generate(AddForeignKeyOperation operation, IModel model, SqlBatchBuilder builder)
 {
     throw new NotSupportedException(Strings.InvalidMigrationOperation);
 }