|
@@ -6,9 +6,9 @@ CREATE TABLE tx_begriffmgt_domain_model_term (
|
|
|
cruser_id int(11) DEFAULT '0' NOT NULL,
|
|
cruser_id int(11) DEFAULT '0' NOT NULL,
|
|
|
deleted tinyint(1) unsigned DEFAULT '0' NOT NULL,
|
|
deleted tinyint(1) unsigned DEFAULT '0' NOT NULL,
|
|
|
hidden tinyint(1) unsigned DEFAULT '0' NOT NULL,
|
|
hidden tinyint(1) unsigned DEFAULT '0' NOT NULL,
|
|
|
- type int(11) DEFAULT '0' NOT NULL,
|
|
|
|
|
- category int(11) DEFAULT '0' NOT NULL,
|
|
|
|
|
- url int(11) DEFAULT '0' NOT NULL,
|
|
|
|
|
|
|
+ type int(11) DEFAULT '0',
|
|
|
|
|
+ category int(11) DEFAULT '0',
|
|
|
|
|
+ url int(11) DEFAULT '0',
|
|
|
term text NOT NULL DEFAULT '',
|
|
term text NOT NULL DEFAULT '',
|
|
|
PRIMARY KEY (uid)
|
|
PRIMARY KEY (uid)
|
|
|
);
|
|
);
|