summary history files

sqlboiler.toml
output      = "internal/model"
pkgname     = "model"
wipe        = true
no-tests    = true

[sqlite3]
dbname      = "./ct.db"
blacklist   = ["schema_migrations"]