Open thmeitz opened 2 years ago
entimport fails, if MySQL set type is used.
entimport
set
entimport: schema import failed - entimport: unsupported type &{<nil> ["user" "system"]}
DDL
CREATE TABLE `ftp_user` ( `ftp_user_id` int unsigned NOT NULL AUTO_INCREMENT, .... more columns `user_type` set('user','system') NOT NULL DEFAULT 'user', PRIMARY KEY (`ftp_user_id`), ) DEFAULT CHARSET=utf8mb3;
Hi,
See my reply here : https://github.com/ariga/entimport/issues/27#issuecomment-1100699668
entimport
fails, if MySQLset
type is used.DDL