1
0
mirror of synced 2025-01-18 06:21:40 +03:00

ugh.. forgot some debug code.

This commit is contained in:
samw3 2007-11-08 14:01:03 +00:00
parent 85299543a3
commit d0d026af05

View File

@ -441,7 +441,6 @@ class Doctrine_DataDict_Mysql extends Doctrine_DataDict
*/ */
public function getIntegerDeclaration($name, $field) public function getIntegerDeclaration($name, $field)
{ {
var_dump($field);
$default = $autoinc = ''; $default = $autoinc = '';
if ( ! empty($field['autoincrement'])) { if ( ! empty($field['autoincrement'])) {
$autoinc = ' AUTO_INCREMENT'; $autoinc = ' AUTO_INCREMENT';