예제 #1
0
파일: types.py 프로젝트: savi-dev/sahara
def LargeBinary():
    if base.is_mysql_avail():
        return mysql.LONGBLOB
    return sa.LargeBinary