'Flujo de trabajo de las revisiones del proyecto.', 'fields' => array( 'nid' => array( 'description' => 'nid del nodo.', 'type' => 'int', 'unsigned' => TRUE, 'not null' => TRUE, 'default' => 0, ), 'vid' => array( 'description' => 'vid del nodo.', 'type' => 'int', 'unsigned' => TRUE, 'not null' => TRUE, 'default' => 0, ), 'sid' => array( 'description' => 'sid del workflow.', 'type' => 'int', 'unsigned' => TRUE, 'not null' => TRUE, 'default' => 0, ), ), 'indexes' => array( 'nid' => array('nid'), 'sid' => array('sid'), ), ); return $schema; }