Createtable: Sql Non Va




$this->createTable('tbl_project', array(

			'id' => 'pk',

			'name' => 'string NOT NULL',

			'description' => 'text NOT NULL',

			'create_time' => 'datetime DEFAULT NULL',

			'create_user_id' => 'int(11) DEFAULT NULL',

			'update_time' => 'datetime DEFAULT NULL',

			'update_user_id' => 'int(11) DEFAULT NULL',

			), 'ENGINE=InnoDB');



Mi da questo errore:

… mi sono perso in un bicchiere d’acqua …

cosa non va ? la sintassi della query è corretta, almeno mi sembra

Ok sono uno stupido, ripartendo da zero non avevo allineato console.php con config.php …