Current section
Files
Jump to
Current section
Files
priv/example_mnesia_migrations/create_binary_id_table.exs
IO.inspect :mnesia.create_table(:binary_id_table, [
ram_copies: [[:nonode@nohost]],
record_name: BinaryIdTestSchema,
attributes: [[:id, :inserted_at, :updated_at, :field]],
type: :set
])