Confirmed users
1,201
edits
| Line 41: | Line 41: | ||
* name VARCHAR | * name VARCHAR | ||
* description VARCHAR | * description VARCHAR | ||
* | * type INTEGER /* Foreign key to tracking_flags_types.id */ | ||
* 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 */ | ||
tracking_flags_types | |||
* id PRIMARYKEY | |||
* name VARCHAR | |||
* sortkey INTEGER | |||
* is_always_expanded BOOLEAN | |||