beego / bee

Bee is a tool for helping develop with beego app framework.
Apache License 2.0
1.45k stars 922 forks source link

When I use "bee api [appname] ...", I get an error:"data type 'json' not found" #751

Open s-khaon opened 3 years ago

s-khaon commented 3 years ago

bee api admin -tables="" -driver=mysql -conn="user:pwd@tcp(host:port)/dbName" with error: data type 'json' not found

fileds: image

flycash commented 3 years ago

Please remove the img, the password is shown there.

And as I known, json field only support postgress.

s-khaon commented 3 years ago

Please remove the img, the password is shown there.

And as I known, json field only support postgress.

Thanks!