'The base table for revisions that are scheduled to be published', 'fields' => array( 'revision_vid' => array( 'description' => 'The identifier for this revision', 'type' => 'int', 'not null' => TRUE), 'revision_nid' => array( 'description' => 'The primary identifier for this node', 'type' => 'int', 'not null' => TRUE), 'revision_uid' => array( 'description' => 'The user who submitted this revision', 'type' => 'int', 'not null' => TRUE), 'revision_date' => array( 'description' => 'The date when this revision should be published', 'type' => 'int', 'not null' => TRUE), ), 'primary key' => array('revision_vid'), ); return $schema; }