feat: set binaryOutput default value as {}
This commit is contained in:
@@ -104,6 +104,7 @@ Run.init(
|
||||
binaryOutput: {
|
||||
type: DataTypes.JSONB,
|
||||
allowNull: true,
|
||||
defaultValue: {},
|
||||
},
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user