ソースを参照

update readme

david 5 ヶ月 前
コミット
6a3ccad8ac
1 ファイル変更1 行追加1 行削除
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -85,4 +85,4 @@ Signin fails.
 ## Discussion
 This implementation works at this small, prototypical scale but there are certainly ways to improve this design.
 In SurrealDB relation tables can have fields. Maybe the relation tables *can_select*, *can_create* etc. should
-be collapsed into a single table *rights* having a field of type set<string> with the optional values "select", "create", "update", "delete". For now we will keep it simple though.
+be collapsed into a single table *rights* having a field of type set<string> with the optional values "select", "create", "update", "delete". This might be easier to maintain than four different relation tables. For now we will keep it simple though.