Current section

Files

Jump to
ecto3_mnesia priv migration_template.exs
Raw

priv/migration_template.exs

IO.inspect :mnesia.create_table(TABLE_NAME, [
ram_copies: [NODES],
record_name: SCHEMA_NAME,
attributes: [FIELDS],
type: TABLE_TYPE
])