Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/ecosystem/drizzle.md
Original file line number Diff line number Diff line change
@@ -69,7 +69,7 @@ export const movies = sqliteTable("movies", {
We can use the `drizzle-kit` CLI to generate an initial SQL migration.

```sh
$ bunx drizzle-kit generate:sqlite --schema ./schema.ts
$ bunx drizzle-kit generate --dialect sqlite --schema ./schema.ts
```

---

0 comments on commit f1755df

Please sign in to comment.