- Edit nel form della home
This commit is contained in:
@ -310,6 +310,12 @@ namespace StandManager.Infrastructure.Migrations
|
||||
b.Property<Guid?>("EventoId")
|
||||
.HasColumnType("uniqueidentifier");
|
||||
|
||||
b.Property<DateTime>("GiornoPresenzaAl")
|
||||
.HasColumnType("datetime2");
|
||||
|
||||
b.Property<DateTime>("GiornoPresenzaDal")
|
||||
.HasColumnType("datetime2");
|
||||
|
||||
b.Property<Guid?>("IdUtenteCreazione")
|
||||
.HasColumnType("uniqueidentifier");
|
||||
|
||||
@ -323,7 +329,6 @@ namespace StandManager.Infrastructure.Migrations
|
||||
.HasColumnType("nvarchar(max)");
|
||||
|
||||
b.Property<string>("Note")
|
||||
.IsRequired()
|
||||
.HasColumnType("nvarchar(max)");
|
||||
|
||||
b.Property<string>("NumeroTelefono")
|
||||
@ -332,6 +337,9 @@ namespace StandManager.Infrastructure.Migrations
|
||||
b.Property<int>("Partecipanti")
|
||||
.HasColumnType("int");
|
||||
|
||||
b.Property<string>("PartitaIva")
|
||||
.HasColumnType("nvarchar(max)");
|
||||
|
||||
b.Property<string>("Provincia")
|
||||
.HasColumnType("nvarchar(max)");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user