Ho una struttura dati abbastanza semplice come questa:
create table project (id int auto increment primary key, name text);
create table item (id int auto increment primary key, name text,
project_id int not null,
project_sort_index...
posta
08.04.2014 - 21:20