Skip to content

Instantly share code, notes, and snippets.

@qcom
Created January 24, 2013 23:22
Show Gist options
  • Save qcom/4629452 to your computer and use it in GitHub Desktop.
Save qcom/4629452 to your computer and use it in GitHub Desktop.
Version 1:
PRODUCTS
SKU | name |
01 |Hard Hat|
ATTRIBUTES
aID | name |
01 | color |
02 | closure|
PRODUCT_ATTRIBUTES
SKU | aID | value |
01 | 01 | yellow|
01 | 02 | strap |
_________________________________________________
Version 2:
PRODUCTS
SKU | type | name | price |
01 |clothing|hard hat| 10.00 |
CLOTHING
SKU | size | color |
01 | medium | red |
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment