Skip to content

Commit 2e1a8ec

Browse files
authored
Update many-to-many.md (#4334)
1 parent 45dbda2 commit 2e1a8ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entity-framework/core/modeling/relationships/many-to-many.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -968,7 +968,7 @@ It's hard to imagine when it is useful to change this behavior, but it can be do
968968
-->
969969
[!code-csharp[ManyToManyWithNoCascadeDeleteConfig](../../../../samples/core/Modeling/Relationships/ManyToMany.cs?name=ManyToManyWithNoCascadeDeleteConfig)]
970970

971-
The result maps to a entity type schema with a timestamp set automatically when a row is inserted:
971+
The database schema for the join table uses restricted delete behavior on the foreign key constraint:
972972

973973
```sql
974974
CREATE TABLE "PostTag" (

0 commit comments

Comments
 (0)