feat: set binaryOutput default value as {}

This commit is contained in:
karishmas6
2024-10-15 00:26:14 +05:30
parent 93bf6bcd35
commit 06a9d4b394

View File

@@ -104,6 +104,7 @@ Run.init(
binaryOutput: {
type: DataTypes.JSONB,
allowNull: true,
defaultValue: {},
},
},
{