docker-compose up -d --build
go run main.go runserveror
# support live reload
go install github.com/cosmtrek/air@latest
# then run
air runservergo run main.go migrate -e upanother script:
go run main.go makemigrations -f "create_new_migration_file"
go run main.go migrate -e up 0001
go run main.go migrate -e down
go run main.go migrate -e down 0001
go run main.go migrate -e undoswag init --parseDependency --parseInternal