aboutsummaryrefslogtreecommitdiff
path: root/src/models/boil_table_names.go
blob: 29a98baa682085b504a1cbf69915a4c227944a51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Code generated by SQLBoiler 4.16.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 models

var TableNames = struct {
	PostTags string
	Posts    string
	Tags     string
	Users    string
}{
	PostTags: "post_tags",
	Posts:    "posts",
	Tags:     "tags",
	Users:    "users",
}