Code:...migrationBuilder.AddPrimaryKey("AspNetRoles", "PK_AspNetRoles", new[] { "Id" }, isClustered: true);
...I am getting the error message as ...Cannot define PRIMARY KEY constraint on nullable column in table 'AspNetRoles'....Namespace of MigrationBui...