>
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,{
}}
I am not able to spot the problem. Any idea?
Thanks in advance,
Petr