fix: set runByUserId type as DataTypes.INTEGER

This commit is contained in:
karishmas6
2024-10-25 23:43:20 +05:30
parent 44b9f3518d
commit a4894afa15

View File

@@ -100,7 +100,7 @@ Run.init(
allowNull: false, allowNull: false,
}, },
runByUserId: { runByUserId: {
type: DataTypes.UUID, type: DataTypes.INTEGER,
allowNull: true, allowNull: true,
}, },
runByScheduleId: { runByScheduleId: {