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
Fixed MigrationBuilder.build() dropping the columns, timestamps, and autoIncrement fields when rebuilding the Table. The lost columns
produced empty relationship JSON aggregation (broken serialization of
eager-loaded relations), and a reset timestamps flag caused created_at/ updated_at to be injected for tables that disabled timestamps. These
fields are now carried over from the source table.