From 316eb3cea2c8c6f8ba896d5e2f60169eec819f41 Mon Sep 17 00:00:00 2001 From: Jun Nishimura Date: Sun, 20 Oct 2024 16:55:06 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 97d8b4c..fb24ebd 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ If you want to create a table with a name specified by the user, you can use Mod If we come up with a better approach, or if Bun's specifications regarding the above change, we will modify this one accordingly. -## 2. Unique indexes cannot be added on columns in the casbin_policies table +### 2. Unique indexes cannot be added on columns in the casbin_policies table For Postgres, you can specify `IF NOT EXISTS` to create a key only when the key does not exist, but other DBs do not support the above syntax by default. There seems to be no way to check if the index is posted in Bun.