table('product_photos'); $table->addColumn('primary_sku_photo', 'boolean', [ 'default' => false, 'limit' => 11, 'null' => false, ]); $table->update(); } }