Add Team functions

This commit is contained in:
2025-09-22 12:53:46 -04:00
parent 3daa3b81b3
commit dc83a18d76
48 changed files with 2364 additions and 633 deletions
+3 -4
View File
@@ -161,9 +161,8 @@ namespace Data.Migrations
b.Property<int>("EventId")
.HasColumnType("INTEGER");
b.Property<string>("Name")
.IsRequired()
.HasColumnType("TEXT");
b.Property<int?>("Number")
.HasColumnType("INTEGER");
b.Property<string>("TeamId")
.HasColumnType("TEXT");
@@ -174,7 +173,7 @@ namespace Data.Migrations
b.HasIndex("EventId");
b.ToTable("Teams");
b.ToTable("TimeSlots");
});
modelBuilder.Entity("StudentTeam", b =>