Fixed Typo in Default values Section

This commit is contained in:
Daniel Schalla 2015-10-18 17:52:33 +02:00
parent 96f2bc40c7
commit 2a004ca186
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.