mandi_crop
The Android App shows the list of crops within a particular market. It is fetched from this table where mandis and crops are matched to each other.
Model
Field
Type
Nullable
Default Value
id
serial4
No
mandi_id
int4
No
crop_id
int4
No
Description
id
Primary key of the table.
mandi_id
Id of the mandi.
crop_id
Id of the crop.
Last updated