2dc0db7210
add database backend
10 lines
263 B
Go
10 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",
|
|
}
|