Database table group_prop
Usage
The table group_prop contains all set group properties.Â
Group properties are systemwide ressources.
Table structure
Field name | Field specification | Comment / Explanation |
---|---|---|
idgroupprop | int(11) | Primary key (auto increment) |
group_id | varchar(32) | Foreign key to table groups |
type | varchar(96) | Type of the property |
name | varchar(96) | Name of the property |
value | text | Value of the property |
idcatlang | int(11) | Foreign key to table cat_lang |
Generic DB information
ItemCollection | Item |
---|---|
cApiGroupPropertyCollection | cApiGroupProperty |
Previous changes of this table
This table was not changed since the final release of CONTENIDO 4.9.