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