我看到已經存在的相關問題。 FluentMigrator Failed Migrations Don't Rollback?和Rollback to a specfic Migration in FluentMigrator。但不幸的是,我無法解決這個解決方案的回滾問題。我正在使用FluentMigrator來版本化數據庫。 我的遷移代碼: using FluentMigrator;
name
我在VS 2017 Community Edition中創建了一個Xamarin Forms項目。我想使用FluentMigrator創建一個數據庫以供在應用程序中使用。 當我嘗試使用的NuGet PM至FluentMigrator安裝到項目中,我得到以下錯誤: Could not install package 'FluentMigrator 1.6.2'. You are trying to
我使用FluentMigrator在C#中使用FluentMigrator.Runner.MigrationRunner創建SqlLite數據庫。我不知道有什麼方法可以在需要創建數據庫時使用SetPassword命令或SqlConnection命令嗎?有一個SqLiteRunnerContextFactory對象,但它似乎不是我可以用來指定密碼的屬性。 public MigrationRunner