Task #28 - Update variables to standard and created export controller
This commit is contained in:
@@ -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},
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user