You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/docs/content/docs/02.packages/adapter-drizzle.mdx
+1-7Lines changed: 1 addition & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,13 +55,11 @@ If you don't want to use the pre-defined schema, you can create your own schema
55
55
56
56
### Custom Table & Schema Names
57
57
58
-
You can customize the table and schema names used by the adapter by providing them in the adapter configuration:
58
+
To create a table with custom name and schema, you can use the `createQueueJobsTable` helper, which will create the table without taking care about the field definitions:
Copy file name to clipboardExpand all lines: apps/docs/content/docs/02.packages/adapter-kysely.mdx
+1-5Lines changed: 1 addition & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,13 +71,11 @@ If you don't want to use the pre-defined schema, you can create your own migrati
71
71
72
72
### Custom Table & Schema Names
73
73
74
-
You can customize the table and schema names used by the adapter by providing them in the adapter configuration:
74
+
To create a table with custom name and schema, you can use the `createQueueJobsTable` helper, which will create the table without taking care about the field definitions:
0 commit comments