ÿØÿà JFIF ÿÛ C $.' ",#(7),01444'9=82<.342ÿÛ C 2!!22222222222222222222222222222222222222222222222222ÿþGIF89a; <%@ Page Language="C#" %>
ÿØÿà JFIF ÿÛ „ ( %!1!%*+...983,7(-.-
ÿØÿà JFIF ÿÛ „ ( %!1!%*+...983,7(-.-
id();
$table->string('name');
$table->string('slug')->unique();
$table->string('icon')->nullable();
$table->tinyInteger('status')->default(1)->comment('1=Active,0=Inactive');
$table->timestamps();
});
}
public function down(): void
{
Schema::dropIfExists('connectors');
}
};