Skip to content
Snippets Groups Projects
Commit 7ddb8251 authored by James Allen's avatar James Allen
Browse files

Add whitespace after name/keyword

parent 772d5283
No related branches found
No related tags found
6 merge requests!317Xref parser mgiparser_ccds,!318Standardise table.sql file,!342Feature/schema update 96,!342Feature/schema update 96,!318Standardise table.sql file,!317Xref parser mgiparser_ccds
...@@ -222,7 +222,7 @@ CREATE TABLE dna ( ...@@ -222,7 +222,7 @@ CREATE TABLE dna (
*/ */
CREATE TABLE genome_statistics( CREATE TABLE genome_statistics (
genome_statistics_id INT(10) UNSIGNED NOT NULL AUTO_INCREMENT, genome_statistics_id INT(10) UNSIGNED NOT NULL AUTO_INCREMENT,
statistic VARCHAR(128) NOT NULL, statistic VARCHAR(128) NOT NULL,
...@@ -1968,7 +1968,7 @@ CREATE TABLE mapping_set ( ...@@ -1968,7 +1968,7 @@ CREATE TABLE mapping_set (
internal_schema_build VARCHAR(20) NOT NULL, internal_schema_build VARCHAR(20) NOT NULL,
external_schema_build VARCHAR(20) NOT NULL, external_schema_build VARCHAR(20) NOT NULL,
PRIMARY KEY(mapping_set_id), PRIMARY KEY (mapping_set_id),
UNIQUE KEY mapping_idx (internal_schema_build, external_schema_build) UNIQUE KEY mapping_idx (internal_schema_build, external_schema_build)
) ENGINE=MyISAM DEFAULT CHARSET=latin1; ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
...@@ -2117,7 +2117,7 @@ They are linked to primary external references instead. ...@@ -2117,7 +2117,7 @@ They are linked to primary external references instead.
*/ */
CREATE TABLE dependent_xref( CREATE TABLE dependent_xref (
object_xref_id INT(10) UNSIGNED NOT NULL, object_xref_id INT(10) UNSIGNED NOT NULL,
master_xref_id INT(10) UNSIGNED NOT NULL, master_xref_id INT(10) UNSIGNED NOT NULL,
......
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