table('sgo'); $exists = $table->hasColumn('extend'); if (!$exists) { $table ->addColumn('extend', 'boolean', [ 'default' => 0, 'null' => false, ])->update(); } } }