use sea_orm_migration::prelude::*;
#[tokio::main]
async fn main() {
cli::run_cli(ext_calckey_model_migration::Migrator).await;
}