array( 'description' => 'The {workflow_states}.sid that this node is currently in.', 'type' => 'int', 'unsigned' => TRUE, 'not null' => TRUE, 'default' => 0, 'disp-width' => '10', ), ); return array( 'columns' => $columns, /* // 'primary key' => array('nid'), // 'indexes' => array( // 'nid' => array('nid', 'sid'), // ), */ 'indexes' => array( 'value' => array('value'), ), ); }