From c453f23e8c77a6ff8176a154c3c41630047996f8 Mon Sep 17 00:00:00 2001 From: Brandon Shipley Date: Thu, 27 Mar 2025 02:18:29 -0700 Subject: [PATCH] updated read me to test gitea webhook to packagist --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 03f3d05..b328ff1 100644 --- a/README.md +++ b/README.md @@ -9,3 +9,11 @@ The recommended way to install composer packages is: ``` composer require hi-powered-dev/cake-products ``` + +## Database Structure + +Products belong to ProductCategories, ProductCategories is hierarchical and belongs to ProductCatalogs. + +ProductCategoryAttributes belongs to ProductCategories and attributes are inherited from their parents up the category tree. + +ProductCategoryAttributes can have many ProductCategoryAttributeOptions (constrained attributes) \ No newline at end of file