Mix.ArangoXEcto.create_migration_document

You're seeing just the function create_migration_document, go back to Mix.ArangoXEcto module for more information.
Link to this function

create_migration_document()

View Source

Specs

create_migration_document() :: :ok | {:error, Integer.t()}

Creates a document to store migrations

Creates a document with key of the database name. Seperating the migrations into seperate documents allow for more organisation and better debugging.