set up orders model and relationships

This commit is contained in:
2017-01-26 17:50:56 -07:00
parent a41c7428b9
commit ea5de580a8
8 changed files with 116 additions and 4 deletions

5
common/models/order.js Normal file
View File

@@ -0,0 +1,5 @@
'use strict';
module.exports = function(Order) {
};