Commit d0d026af authored by samw3's avatar samw3

ugh.. forgot some debug code.

parent 85299543
......@@ -441,7 +441,6 @@ class Doctrine_DataDict_Mysql extends Doctrine_DataDict
*/
public function getIntegerDeclaration($name, $field)
{
var_dump($field);
$default = $autoinc = '';
if ( ! empty($field['autoincrement'])) {
$autoinc = ' AUTO_INCREMENT';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment