aboutsummaryrefslogtreecommitdiffstats
path: root/lib/mnesia/doc/src/FRUITS
blob: 43d64f9d8cfa5db2e57b22e549d6e082270b807e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
%0
{tables,
 [{fruit, [{attributes, [name, color, taste]}]},
  {vegetable, [{attributes, [name, color, taste, price]}]}]}.


{fruit, orange, orange, sweet}.
{fruit, apple, green, sweet}.
{vegetable, carrot, orange, carrotish, 2.55}.
{vegetable, potato, yellow, none, 0.45}.
%0