otheratlas-migrateOn this pageatlas-migrateinit db atlas migrate diff init \ --dir "file://migrations" \ --to "mysql://root:rootpass@localhost:3306/sport" \ --dev-url "docker://mysql/8/devdb" rollback init atlas migrate set --dir "file://migrations" --url "mysql://root:rootpass@localhost:3306/sport" 0