add product model and seed script

This commit is contained in:
2017-01-26 17:30:38 -07:00
parent 10aab7ca76
commit a41c7428b9
8 changed files with 120 additions and 30 deletions

View File

@@ -5,7 +5,8 @@
"ACL": 1,
"RoleMapping": 1,
"Role": 1,
"customer": 1
"customer": 1,
"product": 1
},
"models": {
"User": {},
@@ -13,6 +14,7 @@
"ACL": {},
"RoleMapping": {},
"Role": {},
"customer": {}
"customer": {},
"product": {}
}
}