-
Notifications
You must be signed in to change notification settings - Fork 13
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
Migration sequence not available #21
Comments
what happened? why it got closed quickly
Get Outlook for iOS<https://aka.ms/o0ukef>
…________________________________
From: M Nadeem Asghar ***@***.***>
Sent: Thursday, November 14, 2024 12:43:56 PM
To: awssat/laravel-sync-migration ***@***.***>
Cc: Subscribed ***@***.***>
Subject: Re: [awssat/laravel-sync-migration] Migration sequence not available (Issue #21)
Closed #21<#21> as not planned.
—
Reply to this email directly, view it on GitHub<#21 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AAA4A2VDAKVY3XKNLKJUAT32ARWFZAVCNFSM6AAAAABRYOUCVGVHI2DSMVQWIX3LMV45UABCJFZXG5LFIV3GK3TUJZXXI2LGNFRWC5DJN5XDWMJVGI4TKNJZHAZDMNY>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
@abdumu this issue related to foreign keys its known issue at least for me ... |
interesting… 🤔 we can’t implement this?
Get Outlook for iOS<https://aka.ms/o0ukef>
…________________________________
From: Bader ***@***.***>
Sent: Friday, November 15, 2024 11:25:35 PM
To: awssat/laravel-sync-migration ***@***.***>
Cc: Abdulrahman ☕️ ***@***.***>; Mention ***@***.***>
Subject: Re: [awssat/laravel-sync-migration] Migration sequence not available (Issue #21)
@abdumu<https://github.com/abdumu> this issue related to foreign keys its known issue at least for me ...
—
Reply to this email directly, view it on GitHub<#21 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AAA4A2S4JMAVVUPPJTNEEZ32AZKD7AVCNFSM6AAAAABRYOUCVGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINZZHA3DAMBXG4>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
@abdumu I can't think of easy fix honestly I think this my fault I thought devs will figure it out |
The issue was mistakenly added in wrong repo 🤣 but still relevant here. It's good luck in coding. 😄 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have a problem here while using the the package.
Senario:
If we have two table
users
andhotels
, herehotels
is owned byusers
viaowner_id
.Problem:
By running the
php artisan migrate:sync
it createshotels
table first, which leads to migration error becausehotels
have foreign keyowner_id
linked tousers
Required Solution:
Somehow, add sequence of the migrations.
The text was updated successfully, but these errors were encountered: