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
Currently schema_migrations table stores version number only. It would be good if we could store some more details like description of changes, username (who is adding the changes) etc.
Is there any plan to change schema_migrations table structure to store other details?
The text was updated successfully, but these errors were encountered:
Its not something that I have thought about, so I dont have any plans. I'm not sure how one could get a description of the changes without having the user type that in. Which basically sounds like a version control commit message ... which in turn also has the user and a timestamp.
So in a nutshell it seems like this feature would overlap with your version control information.
Currently schema_migrations table stores version number only. It would be good if we could store some more details like description of changes, username (who is adding the changes) etc.
Is there any plan to change schema_migrations table structure to store other details?
The text was updated successfully, but these errors were encountered: