19declare(strict_types=1);
41 if (!$this->db->tableExists(
"export_files_html")) {
42 $this->db->createTable(
"export_files_html", [
56 'type' =>
'timestamp',
66 $this->db->addPrimaryKey(
"export_files_html", [
"object_id",
"rid"]);
80 $this->db->modifyTableColumn(
"export_files_html",
"type", [
step_1()
Create new export file table.
prepare(ilDBInterface $db)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...