create unique index on the_table (least(from,to), greatest(from,to));
Impedisce di aggiungere (B,A,100) se (A,B,100) è già nella tabella.
create unique index on the_table (least(from,to), greatest(from,to));
Impedisce di aggiungere (B,A,100) se (A,B,100) è già nella tabella.