WithForceTableName set forceFloats
()
| 125 | |
| 126 | // WithForceTableName set forceFloats |
| 127 | func WithForceTableName() Option { |
| 128 | return func(o *options) { |
| 129 | o.ForceTableName = true |
| 130 | } |
| 131 | } |
| 132 | |
| 133 | // WithEmbed is embed gorm.Model |
| 134 | func WithEmbed() Option { |
no outgoing calls
searching dependent graphs…