Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Quick Question


emanresu

Recommended Posts

Posted

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

Posted

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...