Database table art_spec
Usage
The table art_spec contains all article specifications.
Art specification is a clientwide ressource.
Â
Table structure
Field name | Field specification | Comment / Explanation |
---|---|---|
idartspec | int(11)Â | Primary key (auto increment) |
client | int(11) | Foreign key to table client |
lang | int(11) | Foreign key to table lang |
artspec | varchar(255) | Name of the article specification |
online | tinyint(1) | Flag if specification is active or not |
artspecdefault | tinyint(1) | Flag if this specification is the default one or not |
Generic DB information
ItemCollection | Item |
---|---|
cApiArticleSpecificationCollection | cApiArticleSpecification |
Previous changes of this table
This table was not changed since the final release of CONTENIDO 4.9.