Our project was working with all new tables created Temporal.
We have modelBuilder.UseTemporalTables(); in our OnModelCreating.
But now for some reason tables created with migrationBuilder.CreateTable() are no longer created as Temporal. How can we debug this?