From 4570cd127f328103533f77550a06a5248c91cbd8 Mon Sep 17 00:00:00 2001 From: fabianlindfors Date: Sun, 21 Jan 2024 23:07:35 +0100 Subject: [PATCH] Add nullable to complex N:M example --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 784454c..cb7bc7d 100644 --- a/README.md +++ b/README.md @@ -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]