Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
ensembl-gh-mirror
ensembl
Commits
1fa04c59
Commit
1fa04c59
authored
Jan 04, 2011
by
Andreas Kusalananda Kähäri
Browse files
Increase of length of term.accession from 32 to 64.
parent
51ef7f8b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
misc-scripts/ontology/sql/table.sql
misc-scripts/ontology/sql/table.sql
+1
-1
No files found.
misc-scripts/ontology/sql/table.sql
View file @
1fa04c59
...
...
@@ -36,7 +36,7 @@ CREATE TABLE term (
term_id
INT
UNSIGNED
NOT
NULL
AUTO_INCREMENT
,
ontology_id
INT
UNSIGNED
NOT
NULL
,
subsets
TEXT
,
accession
VARCHAR
(
32
)
NOT
NULL
,
accession
VARCHAR
(
64
)
NOT
NULL
,
name
VARCHAR
(
255
)
NOT
NULL
,
definition
TEXT
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment