Add nullable to complex N:M example

This commit is contained in:
fabianlindfors 2024-01-21 23:07:35 +01:00
parent 0a3715fe74
commit 4570cd127f

View File

@ -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]