13 lines
332 B
Go
13 lines
332 B
Go
// Code generated by SQLBoiler 4.15.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 models
|
|
|
|
var TableNames = struct {
|
|
GorpMigrations string
|
|
Headers string
|
|
}{
|
|
GorpMigrations: "gorp_migrations",
|
|
Headers: "headers",
|
|
}
|