_run function (see below) is not documented (https://db-migrate.readthedocs.io/en/latest/API/programable/#run) /** * Gets a connection and runs a mongo command and returns the results * * @param command - The command to run against mongo * @param collection - The collection to run the command on * @param options - An object of options to be used based on the command * @param callback - A callback to return the results */ _run: function(command, collection, options, callback) { <bountysource-plugin> --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/61360218-add-the-documentation-with-the-example-how-to-use-_run-function?utm_campaign=plugin&utm_content=tracker%2F12293389&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F12293389&utm_medium=issues&utm_source=github). </bountysource-plugin>