Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mysql - set type not working #28

Open
thmeitz opened this issue Apr 15, 2022 · 1 comment
Open

mysql - set type not working #28

thmeitz opened this issue Apr 15, 2022 · 1 comment

Comments

@thmeitz
Copy link

thmeitz commented Apr 15, 2022

entimport fails, if MySQL set type is used.

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;
@thmeitz thmeitz mentioned this issue Apr 15, 2022
17 tasks
@zeevmoney
Copy link
Contributor

Hi,

See my reply here : #27 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants