docs: hydration fix on wrapping table content (#3876)

This commit is contained in:
Alex Yang
2025-08-08 14:31:48 +03:00
committed by GitHub
parent 3cefabb7a1
commit 0a596beb3a
5 changed files with 80 additions and 60 deletions
+16 -12
View File
@@ -64,18 +64,22 @@ The [Better Auth CLI](/docs/concepts/cli) allows you to generate or migrate
your database schema based on your Better Auth configuration and plugins.
<table>
<tr className="border-b">
<th>
<p className="font-bold text-[16px] mb-1">MS SQL Schema Generation</p>
</th>
<th>
<p className="font-bold text-[16px] mb-1">MS SQL Schema Migration</p>
</th>
</tr>
<tr className="h-10">
<td>✅ Supported</td>
<td>✅ Supported</td>
</tr>
<thead>
<tr className="border-b">
<th>
<p className="font-bold text-[16px] mb-1">MS SQL Schema Generation</p>
</th>
<th>
<p className="font-bold text-[16px] mb-1">MS SQL Schema Migration</p>
</th>
</tr>
</thead>
<tbody>
<tr className="h-10">
<td>✅ Supported</td>
<td>✅ Supported</td>
</tr>
</tbody>
</table>
```bash title="Schema Generation"
+16 -12
View File
@@ -36,18 +36,22 @@ The [Better Auth CLI](/docs/concepts/cli) allows you to generate or migrate
your database schema based on your Better Auth configuration and plugins.
<table>
<tr className="border-b">
<th>
<p className="font-bold text-[16px] mb-1">MySQL Schema Generation</p>
</th>
<th>
<p className="font-bold text-[16px] mb-1">MySQL Schema Migration</p>
</th>
</tr>
<tr className="h-10">
<td>✅ Supported</td>
<td>✅ Supported</td>
</tr>
<thead>
<tr className="border-b">
<th>
<p className="font-bold text-[16px] mb-1">MySQL Schema Generation</p>
</th>
<th>
<p className="font-bold text-[16px] mb-1">MySQL Schema Migration</p>
</th>
</tr>
</thead>
<tbody>
<tr className="h-10">
<td>✅ Supported</td>
<td>✅ Supported</td>
</tr>
</tbody>
</table>
```bash title="Schema Generation"
+16 -12
View File
@@ -33,18 +33,22 @@ The [Better Auth CLI](/docs/concepts/cli) allows you to generate or migrate
your database schema based on your Better Auth configuration and plugins.
<table>
<tr className="border-b">
<th>
<p className="font-bold text-[16px] mb-1">PostgreSQL Schema Generation</p>
</th>
<th>
<p className="font-bold text-[16px] mb-1">PostgreSQL Schema Migration</p>
</th>
</tr>
<tr className="h-10">
<td>✅ Supported</td>
<td>✅ Supported</td>
</tr>
<thead>
<tr className="border-b">
<th>
<p className="font-bold text-[16px] mb-1">PostgreSQL Schema Generation</p>
</th>
<th>
<p className="font-bold text-[16px] mb-1">PostgreSQL Schema Migration</p>
</th>
</tr>
</thead>
<tbody>
<tr className="h-10">
<td>✅ Supported</td>
<td>✅ Supported</td>
</tr>
</tbody>
</table>
```bash title="Schema Generation"
+16 -12
View File
@@ -35,18 +35,22 @@ The [Better Auth CLI](/docs/concepts/cli) allows you to generate or migrate
your database schema based on your Better Auth configuration and plugins.
<table>
<tr className="border-b">
<th>
<p className="font-bold text-[16px] mb-1">Prisma Schema Generation</p>
</th>
<th>
<p className="font-bold text-[16px] mb-1">Prisma Schema Migration</p>
</th>
</tr>
<tr className="h-10">
<td>✅ Supported</td>
<td>❌ Not Supported</td>
</tr>
<thead>
<tr className="border-b">
<th>
<p className="font-bold text-[16px] mb-1">Prisma Schema Generation</p>
</th>
<th>
<p className="font-bold text-[16px] mb-1">Prisma Schema Migration</p>
</th>
</tr>
</thead>
<tbody>
<tr className="h-10">
<td>✅ Supported</td>
<td>❌ Not Supported</td>
</tr>
</tbody>
</table>
```bash title="Schema Generation"
+16 -12
View File
@@ -31,18 +31,22 @@ The [Better Auth CLI](/docs/concepts/cli) allows you to generate or migrate
your database schema based on your Better Auth configuration and plugins.
<table>
<tr className="border-b">
<th>
<p className="font-bold text-[16px] mb-1">SQLite Schema Generation</p>
</th>
<th>
<p className="font-bold text-[16px] mb-1">SQLite Schema Migration</p>
</th>
</tr>
<tr className="h-10">
<td>✅ Supported</td>
<td>✅ Supported</td>
</tr>
<thead>
<tr className="border-b">
<th>
<p className="font-bold text-[16px] mb-1">SQLite Schema Generation</p>
</th>
<th>
<p className="font-bold text-[16px] mb-1">SQLite Schema Migration</p>
</th>
</tr>
</thead>
<tbody>
<tr className="h-10">
<td>✅ Supported</td>
<td>✅ Supported</td>
</tr>
</tbody>
</table>
```bash title="Schema Generation"