Made name required for Department to match database
authorLinda Nichols <lynnaloo@gmail.com>
Wed, 27 Aug 2014 04:54:50 +0000 (04:54 +0000)
committerLinda Nichols <lynnaloo@gmail.com>
Wed, 27 Aug 2014 04:54:50 +0000 (04:54 +0000)
enyo-client/database/orm/models/employee.json

index d567c11..350ef7b 100644 (file)
@@ -38,7 +38,8 @@
         "name": "name",
         "attr": {
           "type": "String",
-          "column": "dept_name"
+          "column": "dept_name",
+          "required": true
         }
       }
     ],