updated read me to test gitea webhook to packagist
CI / testsuite (mysql, 8.1, ) (push) Failing after 14s
Details
CI / testsuite (mysql, 8.4, ) (push) Failing after 14s
Details
CI / testsuite (pgsql, 8.1, ) (push) Failing after 6m21s
Details
CI / testsuite (pgsql, 8.4, ) (push) Failing after 8m1s
Details
CI / testsuite (sqlite, 8.1, ) (push) Failing after 6m27s
Details
CI / testsuite (sqlite, 8.1, prefer-lowest) (push) Failing after 6m28s
Details
CI / testsuite (sqlite, 8.4, ) (push) Failing after 8m0s
Details
CI / Coding Standard & Static Analysis (push) Failing after 6m1s
Details
CI / testsuite (mysql, 8.1, ) (push) Failing after 14s
Details
CI / testsuite (mysql, 8.4, ) (push) Failing after 14s
Details
CI / testsuite (pgsql, 8.1, ) (push) Failing after 6m21s
Details
CI / testsuite (pgsql, 8.4, ) (push) Failing after 8m1s
Details
CI / testsuite (sqlite, 8.1, ) (push) Failing after 6m27s
Details
CI / testsuite (sqlite, 8.1, prefer-lowest) (push) Failing after 6m28s
Details
CI / testsuite (sqlite, 8.4, ) (push) Failing after 8m0s
Details
CI / Coding Standard & Static Analysis (push) Failing after 6m1s
Details
This commit is contained in:
parent
0c811ca17b
commit
c453f23e8c
|
@ -9,3 +9,11 @@ The recommended way to install composer packages is:
|
||||||
```
|
```
|
||||||
composer require hi-powered-dev/cake-products
|
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)
|
Loading…
Reference in New Issue