add product model and seed script
This commit is contained in:
@@ -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": {}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user