gris_attribute
| Fieldname | Type | Null | Default | Extra | |
|---|---|---|---|---|---|
| gris_attribute_id | bigint(20) unsigned | NO | auto_increment | PK | |
| gris_attribute_name | varchar(255) | YES | Name des Attributs | ||
| gris_attribute_class | varchar(255) | YES | Klasse des Attributs (mit show) | ||
| gris_attribute_object | varchar(255) | YES | Objekt des Attributs | ||
| gris_attribute_group | varchar(255) | YES | Gruppe des Attributs | ||
| gris_attribute_mandatory | tinyint(4) | NO | 1 | Pflichtfeld | |
| gris_attribute_hide | tinyint(1) | YES | Attributs verstecken | ||
| gris_attribute_import | tinyint(1) unsigned | NO | 1 | Attributs wird für Import genutzt |
FK auf gris_attribute
- gris_show