t('Cron table statistics.'), 'fields' => array( 'id' => array( 'type' => 'serial', 'unsigned' => TRUE, 'not null' => TRUE ), 'nid' => array( 'type' => 'int', ), 'total' => array( 'type' => 'int', ), 'unique' => array( 'type' => 'int', ), 'timestamp' => array( 'type' => 'int', ), 'date' => array( 'type' => 'int', ), ), 'unique keys' => array('id' => array('id')), 'primary key' => array('id') ); return $pizdec; } ?>