cases = [
            # Valid create_table
            (None, repo, 'table1',
             [{'column_name': 'column1', 'data_type': 'int'}]),
            # Invalid repo name