github.com/artisanhe/tools@v1.0.1-0.20210607022958-19a8fef2eb04/sqlx/builder/config.go (about)

     1  package builder
     2  
     3  var Configuration = &struct {
     4  	DropColumnWhenMigration bool
     5  }{}