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

AddTableTwoReference() private static method

private static AddTableTwoReference ( ) : string>.KeyValuePair
return string>.KeyValuePair
        private static KeyValuePair<string, string> AddTableTwoReference()
        {
            return new KeyValuePair<string, string>("7xxx.sql",
                                                    @"{'up': {'create_table': {'name': 'ApplicationControl','timestamps': true,'columns': [{'name': 'name','type': 'string'},{'name': 'ApplicationPage','type': 'reference'},{'name': 'Application','type': 'reference'}]}},'down': {'drop_table': 'ApplicationControl'}}");
        }