Skip to content

Commit

Permalink
Add nullable to complex N:M example
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianlindfors committed Jan 21, 2024
1 parent 0a3715f commit 4570cd1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -675,6 +675,7 @@ primary_key = ["account_id", "user_id"]
[[actions.columns]]
name = "role"
type = "TEXT"
nullable = false

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

0 comments on commit 4570cd1

Please sign in to comment.