getTable('group_folders_trash'); if (!$table->hasColumn('file_id')) { $table->addColumn('file_id', 'bigint', [ 'notnull' => false, ]); } return $schema; } }