We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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;
The text was updated successfully, but these errors were encountered:
Hi,
See my reply here : #27 (comment)
Sorry, something went wrong.
No branches or pull requests
entimport
fails, if MySQLset
type is used.DDL
The text was updated successfully, but these errors were encountered: