Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: Update database schema for encrypted columns
This commit updates the README.md file to include an example of the database schema for storing encrypted data. It specifies that all columns intended for storing encrypted data must be of type `TEXT` in the database. The example provided demonstrates the creation of a table named "test" with two columns: "string" and "numbers", both of type `TEXT`. This change improves the clarity and consistency of the documentation regarding the database schema for encrypted columns.
- Loading branch information