Closed eeggenberger closed 2 months ago
I had a problem with a Mysql dump where one column wasn't processed properly. It looked like this in the CREATE TABLE statement:
`provider` varchar(50) CHARACTER SET ascii NOT NULL DEFAULT 'system' COMMENT 'The name of the module that generated this link.',
Looks like dhCreateTableColumnAdd searches for the GENERATED keyword, but doesn't care if it is an option for the column or just part of the comment.
Hi! Your issue will be fixed in next release
Hi! Fixed in v1.10.1
I had a problem with a Mysql dump where one column wasn't processed properly. It looked like this in the CREATE TABLE statement:
Looks like dhCreateTableColumnAdd searches for the GENERATED keyword, but doesn't care if it is an option for the column or just part of the comment.