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