Skip to content

ahiru401066/practice-SQL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

practice-SQL

2025.09 ~ DB練習用

dockerコンテナの立ち上げ

# コンテナ立ち上げ
make up

# コンテナの起動確認
docker ps

# コンテナ停止
make down

マイグレーションの実行

# up
make migrate-up

# down
make migrate-down

seed

make seed-user

adminer

GUIでテーブル操作ができる!

http://localhost:8080/

About

2025.09 ~ DB練習用

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published