Skip to content

Commit

Permalink
Remove errant empty bullet point
Browse files Browse the repository at this point in the history
  • Loading branch information
Clorith committed Nov 11, 2024
1 parent 6bfca8f commit 91f6dc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ Constraints allow the user to define rules for how to treat the comparison value
- `not like`: The SQL value must not be equal to the constraint `value` field.
- `regex`: The SQL value must match the regex string given in the `value` field.
- `regex not like`: The inverse of `regex`, and requires the regex patter to not match the SQL value.
-

### Field Types

Each column stores a certain type of data, be it a name, username, email, etc. The `type` property in the config is used to define the type of data stored, and ultimately the type of random data to be inserted into the field. [https://github.com/dmgk/faker](https://github.com/dmgk/faker) is used for generating the fake data. These are the types currently supported:
Expand Down

0 comments on commit 91f6dc0

Please sign in to comment.