You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
edgrosvenor
changed the title
Help Wanted - Double check migrations
Double check migrations
Feb 4, 2020
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.
The text was updated successfully, but these errors were encountered: