const student = db.define(\'student\',{ //THis is a model name: { type: datatype.STRING(40), allowNull: false }, age:{ type