Skip to content

Commit c6ee675

Browse files
committed
README追記
1 parent 332205f commit c6ee675

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

+16
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,21 @@ docker-compose up -d
3434
起動
3535
```
3636
cd samples/method
37+
yarn migration
3738
yarn start
3839
```
40+
41+
マイグレーションファイルを作成する場合
42+
```
43+
yarn make:migration
44+
```
45+
46+
マイグレーションの実行
47+
```
48+
yarn migration
49+
```
50+
51+
ロールバック
52+
```
53+
yarn rollback
54+
```

0 commit comments

Comments
 (0)