Fleshed out entity classes and created command to create student
This commit is contained in:
@@ -155,6 +155,9 @@ namespace BrightGlimmer.Data.Migrations
|
||||
|
||||
b.HasIndex("AddressId");
|
||||
|
||||
b.HasIndex("StudentNumber")
|
||||
.IsUnique();
|
||||
|
||||
b.ToTable("Students");
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user