Skip to content

Commit 8629189

Browse files
1337
1 parent 4a43a22 commit 8629189

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

changelogs/drizzle-kit/0.30.1.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ npx drizzle-kit export
2222
will output this string to console
2323
```bash
2424
CREATE TABLE "users" (
25-
"id" serial PRIMARY KEY NOT NULL,
26-
"email" text NOT NULL,
27-
"name" text
25+
"id" serial PRIMARY KEY NOT NULL,
26+
"email" text NOT NULL,
27+
"name" text
2828
);
2929
```
3030

0 commit comments

Comments
 (0)