Humpback.Tests.TestMigrationProvider.AddIndex C# (CSharp) 메소드

AddIndex() 개인적인 정적인 메소드

private static AddIndex ( ) : string>.KeyValuePair
리턴 string>.KeyValuePair
        private static KeyValuePair<string, string> AddIndex()
        {
            return new KeyValuePair<string, string>("7xxx.sql", @"{'up':{add_index:{table_name:'categories',columns:['title','slug']}}}");
        }