Confirmed users
1,198
edits
Line 41: | Line 41: | ||
* name VARCHAR | * name VARCHAR | ||
* description VARCHAR | * description VARCHAR | ||
* type | * type VARCHAR /* defined as FLAG_TYPES in lib/Constants.pm */ | ||
* sortkey INTEGER | * sortkey INTEGER | ||
* is_active BOOLEAN | * is_active BOOLEAN | ||
Line 64: | Line 64: | ||
* product_id INTEGER /* Foreign key to products.id */ | * product_id INTEGER /* Foreign key to products.id */ | ||
* component_id INTEGER /* Foreign key to components.id */ | * component_id INTEGER /* Foreign key to components.id */ | ||