...
The table container_conf contains configurations of Containers.
Container config is a systemwide ressource.
Table structure
Field name | Field specification | Comment / Explanation |
---|---|---|
idcontainerc | int(11) | Primary key (auto increment) |
idtplcfg | int(11) | Foreign key to table template_conf |
number | int(11) | Number (ID) of the container |
container | text | ? |
...