rideshare.users
contains sensitive data in fields
The following scripts clone the table structured, and fill in rows from the original table using either the exact column values, or scrubbed column values for columns that have been classified as sensitive.
Compare rows before and after running the script.
cd db
sh scrubbing/scrubber.sh
Database comments can be used to record sensitive fields
sh db/list_table_comments.sh
Review the batched UPDATE example procedure: