Mix.ArangoXEcto.create_migration_document
You're seeing just the function
create_migration_document
, go back to Mix.ArangoXEcto module for more information.
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.