Task #28 - Update variables to standard and created export controller

This commit is contained in:
2020-02-08 05:17:29 -06:00
parent 7f832c0d92
commit 68b20a5cf4
4 changed files with 6 additions and 5 deletions

View File

@@ -18,8 +18,8 @@ class Example extends Model {
*/
static get schema() {
return {
name: String,
create_date: {type: Date, default: () => new Date},
Name: String,
CreateDate: {type: Date, default: () => new Date},
}
}