# AutoMigration **Repository Path**: wick_li/auto-migration ## Basic Information - **Project Name**: AutoMigration - **Description**: 基于efcore实现auto migration - **Primary Language**: C# - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-09-23 - **Last Updated**: 2025-12-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: EFCore, dotNET, Csharp ## README # AutoMigration #### 介绍 基于efcore实现auto migration #### 使用说明 1. 实现两个必要的接口 IMigrationTableCreator 和 IMigrationDbOperation 2. 使用AddAutoMigration 添加到容器中