0
m.alsuwialem created
dears,
I try to create new database for my solution, and when I update the database by EF Core, all table is created but the OpenIddict.* table come with empty data, so my quation how can I full the data related to this tables
regards
3 Answer(s)
-
0
hi
The OpenIddict data will seed by
OpenIddictDataSeedContributor
.You can run the
.DbMigrator
to seed the data. -
0
-
0
hi
You can delete the database and re-run it. It will create the database as well.