Mnesia schema creation.
Summary
Functions
Creates the Mnesia schema on nodes (defaults to the current node).
Delegates to :mnesia.create_schema/1.
Deletes the local disc schema on nodes so a node can (re)join a cluster from an empty schema.
Mnesia must be stopped on those nodes. Delegates to :mnesia.delete_schema/1.
Functions
Creates the Mnesia schema on nodes (defaults to the current node).
Delegates to :mnesia.create_schema/1.
Returns :ok or {:error, reason} (e.g. {:already_exists, node}).
Deletes the local disc schema on nodes so a node can (re)join a cluster from an empty schema.
Mnesia must be stopped on those nodes. Delegates to :mnesia.delete_schema/1.