Skip to content
Snippets Groups Projects
Commit 07e8d844 authored by Graham McVicker's avatar Graham McVicker
Browse files

typo

parent 36adab58
No related branches found
No related tags found
No related merge requests found
......@@ -767,7 +767,7 @@ CREATE TABLE qtl_synonym (
qtl_id int unsigned not null,
source_database enum("rat genome database", "ratmap") not null,
source_primary_id varchar(255) not null,
primary key (qtl_synonym_id);
primary key (qtl_synonym_id),
key qtl_idx(qtl_id)
);
......
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