products_identifiers_types
-
id increments
-
name string (255)
-
person_id FK integer
-
timestamps timestamps
-
softDeletes softDeletes
products_attributes_values
-
id increments
-
name string (255)
-
product_attribute_id FK integer
-
timestamps timestamps
-
softDeletes softDeletes
-
parent_id FK integer
products_allowed_attributes
-
id increments
-
product_abstraction_id FK integer
-
product_allowed_attribute_id FK integer
-
timestamps timestamps
-
softDeletes softDeletes
products_allowed_attributes_values
-
id increments
-
product_abstraction_id FK integer
-
product_attribute_value_id FK integer
-
timestamps timestamps
-
softDeletes softDeletes
products_actual_attribute_values
-
id increments
-
product_abstraction_id FK integer
-
product_attribute_value_id FK integer
-
timestamps timestamps
-
softDeletes softDeletes