# README
Want to make a new database migration?
- Create a new file with the path being something along the lines of
internal/migration/4_changed_column_type.go
- Copy structure of
internal/migration/1_init.go
- Make sure you've changed the migrationVersion, and the contents of both functions passed along to Register
# Type aliases
No description provided by the author