Google Registration+ device info
This commit is contained in:
parent
f1c8ffd874
commit
634b650d40
6 changed files with 25 additions and 32 deletions
|
|
@ -17,13 +17,19 @@ namespace Yavsc.Migrations
|
|||
|
||||
modelBuilder.Entity("GoogleCloudMobileDeclaration", b =>
|
||||
{
|
||||
b.Property<string>("RegistrationId");
|
||||
b.Property<string>("DeviceId");
|
||||
|
||||
b.Property<string>("DeviceOwnerId");
|
||||
|
||||
b.Property<string>("Name");
|
||||
b.Property<string>("GCMRegistrationId");
|
||||
|
||||
b.HasKey("RegistrationId");
|
||||
b.Property<string>("Model");
|
||||
|
||||
b.Property<string>("Platform");
|
||||
|
||||
b.Property<string>("Version");
|
||||
|
||||
b.HasKey("DeviceId");
|
||||
});
|
||||
|
||||
modelBuilder.Entity("Microsoft.AspNet.Identity.EntityFramework.IdentityRole", b =>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue