Vicheanak Vannavy
Vicheanak Vannavy
When I'm trying to export Khmer language, this appears: 
any words that searched, it displays the mapping for only the first search letter. [Imgur](https://i.imgur.com/4B6HPCd.jpg)
How can I use sequelize-cli with this? How can I run db:migrate when I want to update the association in the model?
# !/bin/sh if [ "upload" == $1 ];then ncftpput -m -u login_name -p login_password -P 21 remote_host remote_path/$2 `dirname $0`/$2/$3 elif [ 'download' == $1 ];then ncftpget -u login_name -p...