1
0
mirror of synced 2025-01-31 12:23:50 +01:00

Add new migration

This commit is contained in:
asesidaa 2022-08-28 00:39:21 +08:00
parent 095ee0a41e
commit d118289581

View File

@ -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");