In database migration, the 'down' method is responsible for _______ the database schema.
- Creating
- Deleting
- Reverting
- Updating
Reverting
Loading...
Related Quiz
- What is the purpose of the http.ListenAndServe function in a Go web server?
- Describe a scenario where table-driven tests would be beneficial in Go.
- You're tasked with implementing an HTTP server that serves both static files and dynamic content. How would you structure your Go program to handle this requirement efficiently?
- How do you create a basic benchmark test in Go?
- In Go, how do you declare a constant? Provide an example.