go-ssb-room/admindb/sqlite/models/boil_table_names.go

21 lines
513 B
Go
Raw Normal View History

2021-02-08 16:47:42 +00:00
// Code generated by SQLBoiler 4.4.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 {
2021-02-23 19:23:50 +00:00
AllowList string
AuthFallback string
Invites string
2021-02-23 19:23:50 +00:00
Notices string
PinNotices string
Pins string
2021-02-08 16:47:42 +00:00
}{
2021-02-23 19:23:50 +00:00
AllowList: "allow_list",
AuthFallback: "auth_fallback",
Invites: "invites",
2021-02-23 19:23:50 +00:00
Notices: "notices",
PinNotices: "pin_notices",
Pins: "pins",
2021-02-08 16:47:42 +00:00
}