Humpback.Tests.TestMigrationProvider.AddColumnReference C# (CSharp) Method

AddColumnReference() private static method

private static AddColumnReference ( ) : string>.KeyValuePair
return string>.KeyValuePair
        private static KeyValuePair<string, string> AddColumnReference()
        {
            return new KeyValuePair<string, string>("7xxx.sql",
                                                    @"{'up': {'add_column': {'table': 'Orders','columns': [{'name': 'User','type': 'reference'}]}},'down': {'remove_column': {'table': 'Orders','column': 'UserId'}}}");
        }