Skip to content

Commit

Permalink
Update imports in changelog example
Browse files Browse the repository at this point in the history
  • Loading branch information
AndriiSherman committed Aug 22, 2023
1 parent 8b61a2e commit 0d6a8b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion changelogs/drizzle-orm/0.28.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ You can specify any logic and any implementation for a function like `cuid()` fo
> Note: This value does not affect the `drizzle-kit` behavior, it is only used at runtime in `drizzle-orm`
```ts
import { text, mysqlTable } from "drizzle-orm/mysql-core";
import { varchar, mysqlTable } from "drizzle-orm/mysql-core";
import { createId } from '@paralleldrive/cuid2';

const table = mysqlTable('table', {
Expand Down

0 comments on commit 0d6a8b6

Please sign in to comment.