|
@@ -38,12 +38,12 @@ class TrackTaskDetail extends Model<
|
|
|
TrackTaskDetail.init(
|
|
|
{
|
|
|
id: {
|
|
|
- type: DataTypes.INTEGER.UNSIGNED,
|
|
|
+ type: DataTypes.INTEGER,
|
|
|
autoIncrement: true,
|
|
|
primaryKey: true,
|
|
|
},
|
|
|
trackTaskId: {
|
|
|
- type: DataTypes.INTEGER.UNSIGNED,
|
|
|
+ type: DataTypes.INTEGER,
|
|
|
allowNull: false,
|
|
|
},
|
|
|
studentName: {
|