'tripal_gff_temp', 'fields' => array( 'feature_id' => array( 'type' => 'int', 'not null' => TRUE, ), 'organism_id' => array( 'type' => 'int', 'not null' => TRUE, ), 'uniquename' => array( 'type' => 'text', 'not null' => TRUE, ), 'type_name' => array( 'type' => 'varchar', 'length' => '1024', 'not null' => TRUE, ), ), 'indexes' => array( 'tripal_gff_temp_idx0' => array('feature_id'), 'tripal_gff_temp_idx0' => array('organism_id'), 'tripal_gff_temp_idx1' => array('uniquename'), ), 'unique keys' => array( 'tripal_gff_temp_uq0' => array('feature_id'), 'tripal_gff_temp_uq1' => array('uniquename', 'organism_id', 'type_name'), ), ); return $schema; }