# Packages
No description provided by the author
# Structs
CreateCmd represents a CLI sub-command to create a new migration file.
DownCmd represents a CLI sub-command to roll back a specified number of migrations.
InitTestDBCmd represents a CLI sub-command to create a new template database for testing.
MigrateCmd implements kong.Command for migrations.
ServerCmd implements kong.Command for the main server command.
UpCmd represents a CLI sub-command to apply all migrations to DB.