factory TableBlueprint.alter(String table, {String? schema}) => TableBlueprint._(table, TableOperationKind.alter, schema: schema);