internal/model/boil_table_names.go
// Code generated by SQLBoiler 4.13.0 (https://github.com/volatiletech/sqlboiler). DO NOT EDIT.
// This file is meant to be re-generated in place and/or deleted at any time.
package model
var TableNames = struct {
Config string
Log string
LogComment string
Metric string
}{
Config: "config",
Log: "log",
LogComment: "log_comment",
Metric: "metric",
}