Insolita/yii2-migrik

Bugs

githubjeka opened this issue · 5 comments

This line should be attached to TYPE COLUMN

And why is && !$col->autoIncrement ?

I have

CREATE TABLE tablename (
 id int(10) UNSIGNED NOT NULL AUTO_INCREMENT,

Can you describe more? What you expect ? May be pull request?

See https://dev.mysql.com/doc/refman/5.6/en/create-table.html

create_definition: <<< column_definition: <<< data_type:

data_type has UNSIGNED , and not column_definition

PR tomorrow, may be.
🏠 🏃

Everything remains the same for TYPE_PK. I changed my mind 🚿

ok, thanks