PAC-tree / db / conf.py
conf.py
Raw
table_suffix={
    'imdb': {
        'aka_name': 'an',
        'aka_title': 'at',
        'cast_info': 'ci',
        'char_name': 'cn',
        'comp_cast_type': 'cct',
        'company_name': 'cnm',
        'company_type': 'ct',
        'complete_cast': 'cc',
        'info_type': 'it',
        'keyword': 'kw',
        'kind_type': 'kt',
        'link_type': 'lt',
        'movie_companies': 'mc',
        'movie_info': 'mi',
        'movie_info_idx': 'mii',
        'movie_keyword': 'mkd',
        'movie_link': 'ml',
        'name': 'nm',
        'person_info': 'pi',
        'role_type': 'rt',
        'title': 'tt'
    }
}