-
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
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
Addresses #26
Labels
Comments
Open
drewroberts
added a commit
that referenced
this issue
Mar 7, 2021
This was referenced Mar 8, 2021
drewroberts
added a commit
that referenced
this issue
Mar 10, 2021
drewroberts
added a commit
that referenced
this issue
Mar 10, 2021
Correction to initial description - cart, order (and vouchers and payments) use the polymorphic relation to Address, not a direct relation to DomesticAddress. Any object that needs the enhanced fields will use the polymorphic relation. |
alliroberts
added
model description
Description of a model
perpetual
Never ending issues
labels
Mar 13, 2021
drewroberts
added a commit
that referenced
this issue
Mar 15, 2021
devjk1
pushed a commit
that referenced
this issue
Mar 15, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There should be a polymorhic table for Addressables.
This will include an Address (#19) relationship and a
$table->morphs('addressable');
column type with a unique key added for address_id, addressable_id, addressable_type. It will have the following additional fields:We'll use this for a few models, but primarily:
We'll just use an address relationship for:
The text was updated successfully, but these errors were encountered: