Merge pull request #697 from DSchalla/master

Fixed Typo in Default values Section
This commit is contained in:
Jinzhu 2015-10-21 11:26:02 +08:00
commit 484fb30089
1 changed files with 1 additions and 1 deletions

View File

@ -1225,7 +1225,7 @@ type Animal struct {
} }
``` ```
If you have defined a default value in the `sql` tag, the generated create SQl will ignore these fields if it is blank. If you have defined a default value in the `sql` tag, the generated create SQL will ignore these fields if it is blank.
Eg. Eg.