Closed ChrisThompsonTLDR closed 1 year ago
When a migration uses ->morphs() it first creates the _type field, then the _id field.
->morphs()
_type
_id
To maintain the audits table field order, when customizing the morph fields, I have swapped the order of the fields.
audits
Visit the deploys page to approve it
When a migration uses
->morphs()
it first creates the_type
field, then the_id
field.To maintain the
audits
table field order, when customizing the morph fields, I have swapped the order of the fields.