Last active
August 29, 2015 14:07
-
-
Save sebyx07/f7ac7cf7d5b04bb16e2a to your computer and use it in GitHub Desktop.
gg
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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