Add new migration
This commit is contained in:
parent
095ee0a41e
commit
d118289581
@ -109,6 +109,9 @@ namespace TaikoLocalServer.Migrations
|
||||
b.Property<uint>("SongId")
|
||||
.HasColumnType("INTEGER");
|
||||
|
||||
b.Property<uint>("SongNumber")
|
||||
.HasColumnType("INTEGER");
|
||||
|
||||
b.HasKey("Id");
|
||||
|
||||
b.HasIndex("Baid");
|
||||
|
Loading…
x
Reference in New Issue
Block a user