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
Migrations stored as serialized php are of course not very readable, but they can be more efficient in terms of cpu and memory usage for the case of mass migrations.
Since php 7.0, the allowed_classes option allows safe calling of unserialize().
We should take advantage of that
The text was updated successfully, but these errors were encountered:
Migrations stored as serialized php are of course not very readable, but they can be more efficient in terms of cpu and memory usage for the case of mass migrations.
Since php 7.0, the
allowed_classes
option allows safe calling ofunserialize()
.We should take advantage of that
The text was updated successfully, but these errors were encountered: