blob: 88dcf553339df6b494a4c4753d5dc2afc825143b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
// 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 {
Comments string
PostTags string
Posts string
Tags string
Users string
Votes string
}{
Comments: "comments",
PostTags: "post_tags",
Posts: "posts",
Tags: "tags",
Users: "users",
Votes: "votes",
}
|