mirror of
https://github.com/DBDiff/DBDiff.git
synced 2026-04-25 13:25:49 +03:00
[GH-ISSUE #29] Missing AFTER directive #156
Labels
No labels
bug
enhancement
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/DBDiff#156
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jarekbb on GitHub (Oct 4, 2016).
Original GitHub issue: https://github.com/DBDiff/DBDiff/issues/29
While generating "ALTER TABLE" sqls, DBDIFF doesn't add "AFTER $COLUMN" directive, so every new column have been added at the end of every table.
I found "modifyAfter" function but it doesn't add that directive anyway.
Thank you for any help.
@huagelong commented on GitHub (Apr 13, 2017):
I found this bug too
@nowarzz commented on GitHub (Dec 7, 2017):
I found this too
@4077 commented on GitHub (Feb 11, 2019):
modifyAfter() not used.
Is there a solution in one of the forks?
@4077 commented on GitHub (Mar 20, 2019):
killerbug...