feat: Add size attribute to farm

This commit is contained in:
2025-02-22 22:51:03 +05:30
parent 0a43591739
commit 8d9339cdea
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -9,6 +9,7 @@ const farmSchema = new mongoose.Schema(
ref: "User",
required: true,
},
size: { type: String },
waterContent: { type: String, required: true },
soilType: { type: String, required: true },
fertilizer: [