示例#1
0
文件: types.py 项目: savi-dev/sahara
def LargeBinary():
    if base.is_mysql_avail():
        return mysql.LONGBLOB
    return sa.LargeBinary