which of the following commands used to roll back all migrations and re-migrate them automatically without deleting manually created tables? code example
Example: migrate command
golang migrate create
migrate create -ext sql -dir db/migration -seq init_schema
eg :migrate create -ext sql events