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

17 lines
433 B
Go

// 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 {
AllowList string
AuthFallback string
Notices string
PinnedNotices string
}{
AllowList: "allow_list",
AuthFallback: "auth_fallback",
Notices: "notices",
PinnedNotices: "pinned_notices",
}