hasTable('dav_job_status')) { $schema->dropTable('dav_job_status'); } if ($schema->hasTable('systemtag')) { $table = $schema->getTable('systemtag'); if ($table->hasColumn('systemtag')) { $table->dropColumn('assignable'); } } if ($schema->hasTable('share')) { $table = $schema->getTable('share'); if ($table->hasColumn('attributes')) { $table->dropColumn('attributes'); } } return $schema; } }