Database migration version format
I am writing a custom database migration tool in Golang for an in-house database. We need to version the migrations so that their order of application is well-defined. We have three choices:
I am writing a custom database migration tool in Golang for an in-house database. We need to version the migrations so that their order of application is well-defined. We have three choices: