hasTable('educai_bot_sources')) { $table = $schema->getTable('educai_bot_sources'); if ($table->hasColumn('node_type')) { // Change the column to have a default value $table->changeColumn('node_type', [ 'length' => 16, 'notnull' => true, 'default' => 'file', ]); } } return $schema; } }