[erlang-questions] aborted, bad_type when creating Mnesia disc only table
Petr Sturc
petr.sturc@REDACTED
Sun Apr 20 13:35:20 CEST 2008
Hello,
beginners question - when doing
mnesia:create_table(order,[{disc_only_copies,
[node()]},{attributes,[id,customerid,inputfile,creationdate,
finisheddate, duedate, quantity]}])
I am getting error
{aborted,{bad_type,order,disc_only_copies,nonode@REDACTED}}
I am not able to spot the problem. Any idea?
Thanks in advance,
Petr
More information about the erlang-questions
mailing list