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

migration for changing of the engine type is put in the alter field causing errors. #7

Closed
simkimsia opened this issue Apr 28, 2010 · 2 comments

Comments

@simkimsia
Copy link

Hi,

'down' => array(
'alter_field' => array(
'acos' => array(
'tableParameters' => array('charset' => 'utf8', 'collate' => 'utf8_general_ci', 'engine' => 'MyISAM'),
),

this was generated.

when i try to run the reset, i get an error occurred when processing. Field tableParameters does not exist in table acos

Please let me know.

@skie
Copy link
Member

skie commented May 22, 2010

MySql does not allow to modify most of this parameters without table recreation.

This issue was closed.
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