Merge branch 'master' of ssh.dev.azure.com:v3/HackKu/HackKu%202020/backend

This commit is contained in:
garrettmills
2020-02-08 06:57:46 -06:00
5 changed files with 35 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},
}
}