# Philip Clarke 2012-10-31:
Did you forget to install disc_copies schema first? I don't think you can
have disc_copies tables with ram_copies schema.
Eshell V5.8.5 (abort with ^G)
(foo@taiga)1> mnesia:create_schema([node()]).
ok
(foo@taiga)2> mnesia:start().
ok
(foo@taiga)3> mnesia:create_table(user, [{type, ordered_set},
{disc_copies, [node()]},
{attributes, [id, name]}]).
{atomic,ok}
BR,
-- Jachym
_______________________________________________
erlang-questions mailing list
erlang-q...@erlang.org
http://erlang.org/mailman/listinfo/erlang-questions