Skip to content

Instantly share code, notes, and snippets.

@sebyx07
Last active August 29, 2015 14:07
Show Gist options
  • Save sebyx07/f7ac7cf7d5b04bb16e2a to your computer and use it in GitHub Desktop.
Save sebyx07/f7ac7cf7d5b04bb16e2a to your computer and use it in GitHub Desktop.
gg
jewlery
id, name
1, 'ring'
JewleryProprietsCategories
id, jewlery_id, name
1, 1, 33, 'Weight'
2, 1, 43, 'Stone'
JewleryProperties
id, value, category_id, price
33, '0.3g', 1, 350$
33, '0.5g', 1, 450$
43, 'Red', 2, 750$
jewlery_prototype
id, jewlery_id, prop_1, prop_2, prop_3, ... ,price
55, 1, 33, 43, 1100$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment