Skip to content

Commit 4570cd1

Browse files
Add nullable to complex N:M example
1 parent 0a3715f commit 4570cd1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -675,6 +675,7 @@ primary_key = ["account_id", "user_id"]
675675
[[actions.columns]]
676676
name = "role"
677677
type = "TEXT"
678+
nullable = false
678679

679680
# Backfill the new table from `users` and uppercase the `role`
680681
[actions.up]

0 commit comments

Comments
 (0)