hasTable('group_folders_trash')) { return null; } $table = $schema->getTable('group_folders_trash'); if ($table->hasColumn('deleted_by')) { return null; } $table->addColumn('deleted_by', Types::STRING, [ 'notnull' => false, 'length' => 64, ]); return $schema; } }