table('product_photos'); $table->changeColumn('product_id', 'uuid', [ 'default' => null, 'limit' => 11, 'null' => true, ]); $table->update(); } }