fix: set runByUserId type as DataTypes.INTEGER
This commit is contained in:
@@ -100,7 +100,7 @@ Run.init(
|
|||||||
allowNull: false,
|
allowNull: false,
|
||||||
},
|
},
|
||||||
runByUserId: {
|
runByUserId: {
|
||||||
type: DataTypes.UUID,
|
type: DataTypes.INTEGER,
|
||||||
allowNull: true,
|
allowNull: true,
|
||||||
},
|
},
|
||||||
runByScheduleId: {
|
runByScheduleId: {
|
||||||
|
|||||||
Reference in New Issue
Block a user