An example of migrations that create users
and users_token
table for an authentication system is available in example
An example of migrations that creates a pet table and alter the column. This example is from go-migrate to ensure compatibility.