|
@@ -15,6 +15,7 @@ const Exam = sequelize.define('exams', {
|
|
institution_id: { type: Sequelize.STRING, allowNull: true },
|
|
institution_id: { type: Sequelize.STRING, allowNull: true },
|
|
study_id: { type: Sequelize.STRING, allowNull: true },
|
|
study_id: { type: Sequelize.STRING, allowNull: true },
|
|
exam_status: { type: Sequelize.INTEGER, allowNull: true },
|
|
exam_status: { type: Sequelize.INTEGER, allowNull: true },
|
|
|
|
+ status: { type: Sequelize.STRING, allowNull: true },
|
|
}, {
|
|
}, {
|
|
charset: 'utf8',
|
|
charset: 'utf8',
|
|
indexes: [
|
|
indexes: [
|