Skip to content
Snippets Groups Projects
Commit 8be1aa85 authored by Web Admin's avatar Web Admin
Browse files

added name index to chromosome

parent 1e9f75f9
No related branches found
No related tags found
No related merge requests found
......@@ -60,7 +60,8 @@ CREATE TABLE chromosome (
name varchar(40) NOT NULL,
length int(11) NULL,
PRIMARY KEY (chromosome_id)
PRIMARY KEY (chromosome_id),
unique name (name)
);
......
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