fix customer model case

This commit is contained in:
2017-01-26 17:07:05 -07:00
parent 6116ee37b3
commit 10aab7ca76
4 changed files with 7 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
{
"name": "Customer",
"name": "customer",
"base": "PersistedModel",
"idInjection": true,
"options": {
@@ -7,7 +7,7 @@
},
"properties": {
"id": {
"type": "String",
"type": "string",
"required": false,
"length": 64,
"precision": null,