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
Table purchase_orders has created_by column that "points to an employee" declaring constraint fk_purchase_orders_employees1
purchase_orders
created_by
fk_purchase_orders_employees1
I have the suspect that also approved_by and submitted_by should have a similar constraint.
approved_by
submitted_by
Thanks !
The text was updated successfully, but these errors were encountered:
Hi @eleumik, sorry for the long delay in responding. I will update the model and credit you in the commit. Thanks!
Sorry, something went wrong.
No branches or pull requests
Table
purchase_orders
hascreated_by
column that "points to an employee" declaring constraintfk_purchase_orders_employees1
I have the suspect that also
approved_by
andsubmitted_by
should have a similar constraint.Thanks !
The text was updated successfully, but these errors were encountered: