Skip to content
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

Double check migrations #3

Open
edgrosvenor opened this issue Feb 4, 2020 · 0 comments
Open

Double check migrations #3

edgrosvenor opened this issue Feb 4, 2020 · 0 comments
Labels
help wanted Extra attention is needed
Milestone

Comments

@edgrosvenor
Copy link
Collaborator

The goal is to be able to use what we know about each column from the Doctrine type as well as (at least in the case of enum columns) the actual data from the column to create a migration that will perfectly create the column. There's not exactly a 1:1 relationship between what Doctrine can learn about a column and what Laravel uses to create its migrations. So there is likely room for improvement here.

@edgrosvenor edgrosvenor changed the title Help Wanted - Double check migrations Double check migrations Feb 4, 2020
@edgrosvenor edgrosvenor added the help wanted Extra attention is needed label Feb 4, 2020
@edgrosvenor edgrosvenor added this to the MVP milestone Feb 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant