Skip to content
Snippets Groups Projects
Commit c769362e authored by Andy Yates's avatar Andy Yates
Browse files

cannot name a primary key

parent dd253b42
No related branches found
No related tags found
No related merge requests found
......@@ -237,7 +237,7 @@ CREATE TABLE checksum_xref (
accession CHAR(14) NOT NULL,
checksum CHAR(32) NOT NULL
PRIMARY KEY checksum_xref(checksum_xref_id),
PRIMARY KEY (checksum_xref_id),
INDEX checksum_idx(checksum(10)
) COLLATE=latin1_swedish_ci ENGINE=InnoDB;
......
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