set up orders model and relationships
This commit is contained in:
@@ -36,8 +36,16 @@
|
||||
"dataSource": "db",
|
||||
"public": true
|
||||
},
|
||||
"order": {
|
||||
"dataSource": "db",
|
||||
"public": true
|
||||
},
|
||||
"product": {
|
||||
"dataSource": "db",
|
||||
"public": true
|
||||
},
|
||||
"orderProducts": {
|
||||
"dataSource": "db",
|
||||
"public": false
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user