pub async fn execute_status_with(
path: &str,
db_type_str: &str,
show_sql: bool,
) -> Result<(), CliError>Expand description
执行 migrate:status 命令(完整参数)
§参数
path:迁移目录db_type_str:数据库类型字符串(由DbType::from_str解析)show_sql:是否打印每个迁移的 SQL 内容