Add basic fields to device report.

This commit is contained in:
2018-11-27 00:23:05 +00:00
parent 714ed8ef0f
commit 0696a82916
8 changed files with 1274 additions and 3 deletions

View File

@@ -90,14 +90,22 @@ namespace DiscImageChef.Database.Migrations
b.Property<int?>("FireWireId");
b.Property<string>("Manufacturer");
b.Property<string>("Model");
b.Property<int?>("MultiMediaCardId");
b.Property<int?>("PCMCIAId");
b.Property<string>("Revision");
b.Property<int?>("SCSIId");
b.Property<int?>("SecureDigitalId");
b.Property<int>("Type");
b.Property<int?>("USBId");
b.HasKey("Id");