You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

6 lines
459 B

alter table `tiki_object_attributes` modify `itemId` varchar(160) NOT NULL;
alter table `tiki_object_attributes` modify `attribute` varchar(70) NOT NULL;
alter table `tiki_object_attributes` modify `value` varchar(255);
alter table `tiki_object_relations` modify `relation` varchar(70) NOT NULL;
alter table `tiki_object_relations` modify `target_itemId` varchar(160) NOT NULL;
alter table `tiki_object_relations` modify `source_itemId` varchar(160) NOT NULL;