2
This commit is contained in:
parent
877c693d01
commit
cdc9493b40
@ -85,16 +85,19 @@ const messageSchema = new Schema<IMessageDatabase>(
|
|||||||
startDate: Date,
|
startDate: Date,
|
||||||
endDate: Date,
|
endDate: Date,
|
||||||
r: Boolean,
|
r: Boolean,
|
||||||
att: [String],
|
att: { type: [String], default: undefined },
|
||||||
countedAtt: [typeCountSchema],
|
countedAtt: { type: [typeCountSchema], default: undefined },
|
||||||
transmission: String,
|
transmission: String,
|
||||||
arg: [
|
arg: {
|
||||||
{
|
type: [
|
||||||
Key: String,
|
{
|
||||||
Tag: String,
|
Key: String,
|
||||||
_id: false
|
Tag: String,
|
||||||
}
|
_id: false
|
||||||
]
|
}
|
||||||
|
],
|
||||||
|
default: undefined
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{ timestamps: { createdAt: "date", updatedAt: false }, id: false }
|
{ timestamps: { createdAt: "date", updatedAt: false }, id: false }
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user