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