INSERT INTO relation_type VALUES (1); INSERT INTO _relation_type_data ("_start_t","_end_t","name",_table) VALUES (current_timestamp,NULL,'branch_of',1); INSERT INTO relation_type VALUES (2); INSERT INTO _relation_type_data ("_start_t","_end_t","name",_table) VALUES (current_timestamp,NULL,'pos_of',2);