3declare(strict_types=1);
32 $this->db->modifyTableColumn(
"cmi_interaction",
"c_timestamp", array(
"type" =>
"text",
"length" => 40,
"notnull" =>
false,
'default' =>
null));
37 $this->db->modifyTableColumn(
"cp_dependency",
"resourceid", array(
"type" =>
"text",
"length" => 200,
"notnull" =>
false,
'default' =>
null));
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
prepare(ilDBInterface $db)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...