Skip to content

Commit 407829c

Browse files
committed
final fixes
1 parent fb0b248 commit 407829c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/content/documentation/docs/sql-schema-declaration.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,6 @@ help you specify the database model naming convention and will attempt to map al
212212
<Section>
213213
```ts
214214
// schema.ts
215-
import { drizzle } from "drizzle-orm/connect";
216215
import { integer, pgTable, varchar } from "drizzle-orm/pg-core";
217216

218217
export const users = pgTable('users', {

0 commit comments

Comments
 (0)