GITLAB

Nung Poti / stronglooptemplate

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • stronglooptemplate
  • common
  • models
  • order.json
  • cf8b0fb9   template master Browse Code ยป
    Nung Poti
    2016-07-01 18:16:45 +0700  
order.json 401 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
{
  "name": "order",
  "base": "PersistedModel",
  "idInjection": true,
  "options": {
    "validateUpsert": true
  },
  "properties": {
    "id": {
      "type": "number"
    },
    "customer_id": {
      "type": "string"
    },
    "item_id": {
      "type": "string"
    },
    "quanlity": {
      "type": "number"
    }
  },
  "validations": [],
  "relations": {},
  "acls": [],
  "methods": {}
}