MCPcopy Create free account
hub / github.com/supabase/auth / TableName

Method TableName

internal/models/user.go:137–140  ·  view source on GitHub ↗

TableName overrides the table name used by pop

()

Source from the content-addressed store, hash-verified

135
136// TableName overrides the table name used by pop
137func (User) TableName() string {
138 tableName := "users"
139 return tableName
140}
141
142func (u *User) HasPassword() bool {
143 var pwd string

Callers 7

FindAllSessionsForUserFunction · 0.95
getExcludedColumnsFunction · 0.45
NewCleanupFunction · 0.45
TestTableNameNamespacingFunction · 0.45
TruncateAllFunction · 0.45

Calls

no outgoing calls

Tested by 2

TestTableNameNamespacingFunction · 0.36