docs(supabase-migration-guide): add links to schema

This commit is contained in:
Bereket Engida
2025-03-15 16:16:12 +03:00
parent 6b4e20c61b
commit 5eebcdb522

View File

@@ -112,6 +112,15 @@ Run the migration to create the necessary tables in your database.
```bash title="Terminal"
npx @better-auth/cli migrate
```
This will create the following tables in your database:
- [`user`](/docs/concepts/database#user)
- [`account`](/docs/concepts/database#account)
- [`session`](/docs/concepts/database#session)
- [`verification`](/docs/concepts/database#verification)
This tables will be created on the `public` schema.
</Step>
<Step>
### Copy the migration script