public static ISchemaBuilder AlterIndexTable <T>(this ISchemaBuilder builder, Action <IAlterTableCommand> table, string collection = null) { return(builder.AlterIndexTable(typeof(T), table, collection)); }