質問編集履歴

2

参考URLが誤っていたため修正しました

2021/04/02 05:47

投稿

WBD212
WBD212

スコア5

test CHANGED
File without changes
test CHANGED
@@ -20,8 +20,6 @@
20
20
 
21
21
  ■参考URL
22
22
 
23
- https://docs.microsoft.com/ja-jp/dotnet/api/microsoft.entityframeworkcore.storage.relationaldatabasecreator.ensurecreatedasync?view=efcore-5.0
23
+ https://docs.microsoft.com/ja-jp/ef/core/managing-schemas/migrations/?tabs=dotnet-core-cli
24
-
25
-
26
24
 
27
25
  https://docs.microsoft.com/ja-jp/ef/core/managing-schemas/migrations/applying?tabs=dotnet-core-cli

1

参考にしたURLを追記しました

2021/04/02 05:46

投稿

WBD212
WBD212

スコア5

test CHANGED
@@ -1 +1 @@
1
- Entity Framework Core でのマイグレーションにつ
1
+ Entity Framework Core での自動マイグレーション方法がわからな
test CHANGED
@@ -15,3 +15,13 @@
15
15
 
16
16
 
17
17
  作成時は自動化が可能で、更新時は手動で行うしかないのでしょうか?
18
+
19
+
20
+
21
+ ■参考URL
22
+
23
+ https://docs.microsoft.com/ja-jp/dotnet/api/microsoft.entityframeworkcore.storage.relationaldatabasecreator.ensurecreatedasync?view=efcore-5.0
24
+
25
+
26
+
27
+ https://docs.microsoft.com/ja-jp/ef/core/managing-schemas/migrations/applying?tabs=dotnet-core-cli