Skip to content
Snippets Groups Projects
Commit 536bd1ee authored by Andreas Kusalananda Kähäri's avatar Andreas Kusalananda Kähäri
Browse files

relation_type.name needs to be longer.

parent 84ba2bde
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@ CREATE TABLE term (
DROP TABLE IF EXISTS relation_type;
CREATE TABLE relation_type (
relation_type_id INT UNSIGNED NOT NULL AUTO_INCREMENT,
name VARCHAR(24) NOT NULL,
name VARCHAR(64) NOT NULL,
PRIMARY KEY (relation_type_id),
UNIQUE INDEX name_idx (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