> For the complete documentation index, see [llms.txt](https://docs.kojascripts.eu/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kojascripts.eu/new/daily-rewards/configuration/auto-table.md).

# Auto Table

If set to `true`, the entire database will be automatically created. If set to `false`, you will need to manually import the SQL file into your database.

{% hint style="info" %}
You will find the sql file in the resource folder!
{% endhint %}

{% code title="shared/client.lua" %}

```lua
Config.CreateAutoTable = true -- True recommended if you use MariaDB
```

{% endcode %}
