Skip to content

Commit

Permalink
Merge pull request #350 from tk0miya/hide_auto_increment
Browse files Browse the repository at this point in the history
doc: Add explanation for hide_auto_increment option
  • Loading branch information
k1LoW authored Apr 22, 2022
2 parents 87a9662 + 6c6a5c6 commit 6edee86
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,13 @@ dsn: mysql://dbuser:dbpass@hostname:3306/dbname
dsn: my://dbuser:dbpass@hostname:3306/dbname
```

When you want to hide AUTO_INCREMENT clause on the table definitions,
add "?hide_auto_increment".
For example:
``` yaml
dsn: my://dbuser:dbpass@hostname:3306/dbname?hide_auto_increment
```

**MariaDB:**

``` yaml
Expand Down

0 comments on commit 6edee86

Please sign in to comment.