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