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.
 
 
 
 
 
 

9 lines
245 B

#2008-08-22 lphuberdeau
ALTER TABLE tiki_links ADD COLUMN reltype VARCHAR(50);
CREATE TABLE IF NOT EXISTS tiki_semantic_tokens (
token VARCHAR(15) PRIMARY KEY,
label VARCHAR(25) NOT NULL,
invert_token VARCHAR(15)
) ENGINE=MyISAM ;