> ## Documentation Index
> Fetch the complete documentation index at: https://docs.advancedtables.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Configuring the table column

> Configure a custom tenant column name if you're not using the default tenant_id column.

If you had previously manually implemented multi-tenancy in Advanced Tables and need to reference a table column other than the default `tenant_id`, you may configure it by passing your column name to the `->tenantColumn()` method:

```php theme={null}
AdvancedTablesPlugin::make()
    ->tenantColumn('account_id')
```
