Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
howyi committed Aug 28, 2017
1 parent 1708c02 commit a2128ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ composer require howyi/conv --dev
### 概要
指定したPDOのテーブルとYAMLのスキーマ差分からMySQLのクエリを生成する

#### YAML定義例
#### YAML sample
tbl_user.yml
```yaml
comment: 'User management table'
Expand All @@ -31,7 +31,7 @@ index:
is_unique: true
   column: [user_id, age]
```
generated migration
#### Generated migration
UP
```sql
CREATE TABLE `tbl_user` (
Expand Down

0 comments on commit a2128ad

Please sign in to comment.