'ente planificador hierarchical.', 'fields' => array( 'nid' => array( 'description' => 'nid del nodo.', 'type' => 'int', 'unsigned' => TRUE, 'not null' => TRUE, 'default' => 0, ), 'level' => array( 'description' => 'nivel de la relacion.', 'type' => 'int', 'unsigned' => TRUE, 'not null' => TRUE, 'default' => 0, ), 'father' => array( 'description' => 'ente padre.', 'type' => 'int', 'unsigned' => TRUE, 'not null' => TRUE, 'default' => 0, ), ), 'indexes' => array( 'nid' => array('nid'), 'father' => array('father'), ), ); return $schema; }