mirror of https://github.com/go-gorm/gorm.git
Fixed Typo in Default values Section
This commit is contained in:
parent
96f2bc40c7
commit
2a004ca186
|
@ -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