Skip to content
Snippets Groups Projects
Commit 3414f175 authored by Ian Longden's avatar Ian Longden
Browse files

new test data for seq region synonyms

parent 6fa2ad60
No related branches found
No related tags found
No related merge requests found
CREATE TABLE seq_region_synonym (
seq_region_synonym_id INT UNSIGNED NOT NULL AUTO_INCREMENT,
seq_region_id INT(10) UNSIGNED NOT NULL,
synonym VARCHAR(40) NOT NULL,
external_db_id SMALLINT UNSIGNED,
PRIMARY KEY (seq_region_synonym_id),
UNIQUE KEY syn_idx (synonym)
) COLLATE=latin1_swedish_ci ENGINE=MyISAM;
\ No newline at end of file
1 469283 alt_20 \N
2 469283 anoth_20 4200
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment