6 lines
61 B
Markdown
6 lines
61 B
Markdown
|
# DB Migrations
|
||
|
|
||
|
```bash
|
||
|
goose create migration_name sql
|
||
|
```
|