Skip to content

Commit

Permalink
Merge pull request #128 from waynetheisinger/patch-1
Browse files Browse the repository at this point in the history
Update strategyfiles.md
  • Loading branch information
rwnx authored May 26, 2023
2 parents 47bc07e + 97d4534 commit 3de5c9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/strategyfiles.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ column_name:
depth: 1
# Optional, define the SQL type in the database.
# The value will not be escaped, it will be a raw SQL type so be careful.
sql_type: VARCHAR(255)
sql_type: CHAR(255)
# Compact Syntax: specify any supported faker method string, excluding the keywords `unique_login`, `unique_email`
Expand Down Expand Up @@ -308,4 +308,4 @@ COUNT(1)
Before takes place just before the anonymization starts, after any preparation by the database provider (e.g. seed table, etc)
### `after`
After takes place directly after the anonymization.
After takes place directly after the anonymization.

0 comments on commit 3de5c9e

Please sign in to comment.