emanresu Posted November 29, 2002 Posted November 29, 2002 I'm trying to install Linda's Header Tag controller but know little SQL. I'v tried /quote ALTER TABLE `products_description` ADD `products_head_desc_tag` longtext(300) NOT NULL; /unquote to ammedn the products_description table. Can anyone tell me what's gone wrong. Thanks Citizen of US Minor Outlying Islands
emanresu Posted November 29, 2002 Author Posted November 29, 2002 Shouldn't reply to my own question but tried this and it seems to work /Quote ALTER TABLE products_description ADD products_head_title_tag VAR(50) NOT NULL ALTER TABLE products_description ADD products_head_desc_tag BLOB not null AFTER products_description ALTER TABLE products_description ADD products_head_keyword_tag BLOB not null AFTER products_head_desc_tag /Unquote So if you struggle with SQL like me you can also go to :arrow: http://www.mysql.com/doc/en/index.html Citizen of US Minor Outlying Islands
Recommended Posts
Archived
This topic is now archived and is closed to further replies.