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

alterColumn não consegue realizar operação #4

Open
flavioricardo opened this issue Feb 24, 2011 · 1 comment
Open

alterColumn não consegue realizar operação #4

flavioricardo opened this issue Feb 24, 2011 · 1 comment

Comments

@flavioricardo
Copy link

Quanto tento transformar uma coluna varchar para text, a mesma se transforma em um tinytext. Conforme exemplo:

$this->changeColumn($this->tableName, 'description', array('type' => 'text'));

Percebi que ao criar uma nova coluna o plugin trabalha normalmente, o problema está mesmo no alter.

@flavioricardo
Copy link
Author

Caso essa migration seja executada duas vezes, aí sim a coluna que inicialmente era um varchar(255) é transformado em um text.

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

1 participant