(Feat): Initial Commit
This commit is contained in:
22
internal/models/boil_table_names.go
Normal file
22
internal/models/boil_table_names.go
Normal file
@@ -0,0 +1,22 @@
|
||||
// Code generated by SQLBoiler 4.19.5 (https://github.com/aarondl/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 {
|
||||
AccessTokens string
|
||||
AppUserProfiles string
|
||||
ConfirmationTokens string
|
||||
PasswordResetTokens string
|
||||
PushTokens string
|
||||
RefreshTokens string
|
||||
Users string
|
||||
}{
|
||||
AccessTokens: "access_tokens",
|
||||
AppUserProfiles: "app_user_profiles",
|
||||
ConfirmationTokens: "confirmation_tokens",
|
||||
PasswordResetTokens: "password_reset_tokens",
|
||||
PushTokens: "push_tokens",
|
||||
RefreshTokens: "refresh_tokens",
|
||||
Users: "users",
|
||||
}
|
||||
Reference in New Issue
Block a user