We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The combination of cr_crop_name and cr_crop_variety should be unique in the CropSchema. Similar to the demand and commodities in transaction table:
cr_crop_name
cr_crop_variety
CropSchema
TransactionSchema.index({de_demand: 1, co_commodity: 1}, {unique: true});
The text was updated successfully, but these errors were encountered:
matjames007
No branches or pull requests
The combination of
cr_crop_name
andcr_crop_variety
should be unique in theCropSchema
.Similar to the demand and commodities in transaction table:
The text was updated successfully, but these errors were encountered: