connection = $pdo; } /** * Called when the table shall be created or modified * * @return void */ public function up() { } /** * Called when the table shall be dropped * * @return void */ public function down() { } }