|
@@ -26,6 +26,7 @@ const Dock = {
|
|
|
is_allowed: { type: String, default: '0', maxLength: 1 },
|
|
|
reason: { type: String, required: false, maxLength: 200 },
|
|
|
user_id: { type: String, required: true, maxLength: 200 },
|
|
|
+ province: { type: String, required: false },
|
|
|
place: { type: String, required: false },
|
|
|
};
|
|
|
const schema = new Schema(Dock, { toJSON: { virtuals: true } });
|