Skip to content

Commit 17ccff1

Browse files
committed
「データベース」の章のタイポを修正
1 parent 2f8f253 commit 17ccff1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/3-web-servers/08-database/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ DATABASE_URL=postgresql://user:[email protected]:5432/db node main.mjs
131131
`.env`ファイルは、環境変数の指定を簡略化するために慣習的に用いられるファイルです。`node --env-file=.env main.mjs`のように指定することで、`.env`ファイルに記述された環境変数を読み込ませることができます。なお、Prismaは`.env`ファイルの内容を自動的に読み込むため、`--env-file`オプションを指定する必要はありません。
132132
:::
133133

134-
`prisma/schema.prisma`ファイルを、次のように追記し、`ToDo`テーブルとそのカラムを定義します。
134+
`prisma/schema.prisma`ファイルに、次のように追記し、`ToDo`テーブルとそのカラムを定義します。
135135

136136
```javascript
137137
// This is your Prisma schema file,

0 commit comments

Comments
 (0)