forked from mirror/gorm
Merge pull request #697 from DSchalla/master
Fixed Typo in Default values Section
This commit is contained in:
commit
484fb30089
|
@ -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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue