mnesia primary key
- by maryjanne
Hi
I have two tables one notes and one tag and I want to make the id from notes primary key to use it in the tag table, but I don't know where I do wrong. My notes id is generate from another table counter, with the function dirty_update_counter.
My function for the id_notes from tag looks like this:
Fun = fun() ->
…