create unique index on the_table (least(from,to), greatest(from,to));
Förhindrar tillägg (B,A,100) om (A,B,100) redan finns i tabellen.
create unique index on the_table (least(from,to), greatest(from,to));
Förhindrar tillägg (B,A,100) om (A,B,100) redan finns i tabellen.