go-xorm / cmd

Command line tools for database operation written by Go, moved to https://gitea.com/xorm/cmd
BSD 3-Clause "New" or "Revised" License
168 stars 77 forks source link

Unknown colType NCHAR - mssql #35

Open Yang09701194 opened 6 years ago

Yang09701194 commented 6 years ago

I'm using reverse function on MSSQL database, and get error on NCHAR

>xorm reverse mssql "server=XXX;user id=XXX;password=XXX;database=XXX" templates/goxorm

2018/05/04 14:58:29 [Error] reverse.go:178 Unknown colType NCHAR for XXTanble - XXColumn

Does xorm/cmd consider to support NCHAR ? Thank you.


(I'm begginer at go and I think I am not able to make PR now like #27 )

akuan commented 5 years ago

I met the same problem