ugh.. forgot some debug code.
This commit is contained in:
parent
85299543a3
commit
d0d026af05
@ -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';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user