xxxxxxxxxx
migrate -path db/migration -database "postgresql://root:secret@localhost:5432/simple_bank?sslmode=disable" -verbose up
xxxxxxxxxx
migrate -path db/migration -database "postgresql://${db_user}:${db_password}@localhost:5432/${db_name}?sslmode=disable" -verbose up