mirror of
https://github.com/ilyakooo0/reshape.git
synced 2024-11-22 01:09:15 +03:00
Add nullable to complex N:M example
This commit is contained in:
parent
0a3715fe74
commit
4570cd127f
@ -675,6 +675,7 @@ primary_key = ["account_id", "user_id"]
|
|||||||
[[actions.columns]]
|
[[actions.columns]]
|
||||||
name = "role"
|
name = "role"
|
||||||
type = "TEXT"
|
type = "TEXT"
|
||||||
|
nullable = false
|
||||||
|
|
||||||
# Backfill the new table from `users` and uppercase the `role`
|
# Backfill the new table from `users` and uppercase the `role`
|
||||||
[actions.up]
|
[actions.up]
|
||||||
|
Loading…
Reference in New Issue
Block a user