We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb9e9ef commit 193e155Copy full SHA for 193e155
guides/source/active_record_encryption.md
@@ -84,7 +84,7 @@ Some examples:
84
| ------------------------------------------------- | -------------------- | --------------------------------- | ----------------------------- |
85
| Email addresses | string(255) | string(510) | 255 bytes |
86
| Short sequence of emojis | string(255) | string(1020) | 255 bytes |
87
-| Summary of texts written in non-western alphabets | string(500) | string(2000) | negligible |
+| Summary of texts written in non-western alphabets | string(500) | string(2000) | 255 bytes |
88
| Arbitrary long text | text | text | negligible |
89
90
### Deterministic and Non-deterministic Encryption
0 commit comments