11 lines
263 B
Go
11 lines
263 B
Go
|
// Code generated by SQLBoiler 3.7.1 (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 {
|
||
|
Thumbnail string
|
||
|
}{
|
||
|
Thumbnail: "thumbnail",
|
||
|
}
|