getTableName
getTableName(
table):string
Defined in: packages/permissions/src/types.ts:27
Extracts the table name string from a Drizzle table reference.
Parameters
Section titled “Parameters”object
A Drizzle table object containing the drizzle:Name symbol.
Returns
Section titled “Returns”string
The table name, or "unknown" if the symbol is not present.