I have this migration
migrationBuilder.Sql("UPDATE EmailMessages SET ReceiveDATE = getutcdate() WHERE ReceiveDate IS NULL"); migrationBuilder.R