products_id
| int NOT NULL auto_increment
|
language_id
| int NOT NULL default '1'
|
products_name
| varchar(64) NOT NULL default
|
| products_description
| text
|
| products_short_description
| text
|
| products_keywords
| VARCHAR(255) DEFAULT NULL
|
| products_meta_title
| text NOT NULL
|
| products_meta_description
| text NOT NULL
|
| products_meta_keywords
| text NOT NULL
|
| products_url
| varchar(255) default NULL
|
| products_viewed
| int(5) default '0'
|