fix: change carColor type to Mixed for improved flexibility

This commit is contained in:
RustamRu 2025-03-12 17:56:46 +03:00
parent 9d10c8501a
commit 333fe79c8b

View File

@ -15,7 +15,7 @@ const schema = new Schema({
type: Number,
required: true
},
carColor: String,
carColor: Schema.Types.Mixed,
startWashTime: {
type: Date,
required: true