Skip to content
Snippets Groups Projects
Commit abf3b32b authored by Arne Stabenau's avatar Arne Stabenau
Browse files

added binary flag to xref.dbpriamry_acc

parent 40950bba
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,6 @@ CREATE TABLE affy_feature (
KEY seq_region_idx( seq_region_id, seq_region_start ),
KEY probe_idx( affy_probe_id )
);
CREATE TABLE affy_probe (
affy_probe_id INT NOT NULL auto_increment,
......@@ -634,7 +633,7 @@ CREATE TABLE xref (
xref_id INT unsigned not null auto_increment,
external_db_id int not null,
dbprimary_acc VARCHAR(40) not null,
dbprimary_acc VARCHAR(40) binary not null,
display_label VARCHAR(40) not null,
version VARCHAR(10) DEFAULT '' NOT NULL,
description VARCHAR(255),
......
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