refactor: Clean up whitespace in User and Farmer models; remove unused soilType and soilPH fields from Farm model

This commit is contained in:
Abdul Kholik Sobary 2025-07-07 16:15:47 +07:00
parent f8f7f782ee
commit aaf60a0a2a
1 changed files with 8 additions and 10 deletions

View File

@ -738,8 +738,6 @@ model Farm {
elevation Float? // meters above sea level
// Farm characteristics
soilType String?
soilPH Float?
waterSource WaterSource?
irrigationType IrrigationType?
slope SlopeType?