PHP:
$db->query("INSERT INTO `xf_node` (`title`, `description`, `node_name`, `node_type_id`, `parent_node_id`, `display_order`, `display_in_list`, `lft`, `rgt`, `depth`, `style_id`, `effective_style_id`) VALUES (...);");
What sould I put in the column 'lft' and 'rgt'?