guiiz
guiiz
FFilament
Created by guiiz on 1/14/2025 in #❓┊help
How add a query to the table
the migration
33 replies
FFilament
Created by guiiz on 1/14/2025 in #❓┊help
How add a query to the table
public function up(): void
{
Schema::table('users', function (Blueprint $table) {
$table->boolean('is_super')->default(false);
});
}
public function up(): void
{
Schema::table('users', function (Blueprint $table) {
$table->boolean('is_super')->default(false);
});
}
33 replies
FFilament
Created by guiiz on 1/14/2025 in #❓┊help
How add a query to the table
No description
33 replies
FFilament
Created by guiiz on 1/14/2025 in #❓┊help
How add a query to the table
Yes
33 replies
FFilament
Created by guiiz on 1/14/2025 in #❓┊help
How add a query to the table
Ok
33 replies
FFilament
Created by guiiz on 1/14/2025 in #❓┊help
How add a query to the table
O model tá assim
33 replies
FFilament
Created by guiiz on 1/14/2025 in #❓┊help
How add a query to the table
Ah beleza
33 replies
FFilament
Created by guiiz on 1/14/2025 in #❓┊help
How add a query to the table
it just the fillable
33 replies
FFilament
Created by guiiz on 1/14/2025 in #❓┊help
How add a query to the table
protected $fillable = [ 'name', 'email', 'password', 'active', 'is_admin', 'is_super' ];
33 replies
FFilament
Created by guiiz on 1/14/2025 in #❓┊help
How add a query to the table
Br?
33 replies
FFilament
Created by guiiz on 1/14/2025 in #❓┊help
How add a query to the table
33 replies
FFilament
Created by guiiz on 1/14/2025 in #❓┊help
How add a query to the table
No description
33 replies
FFilament
Created by guiiz on 1/14/2025 in #❓┊help
How add a query to the table
No description
33 replies
FFilament
Created by guiiz on 1/14/2025 in #❓┊help
How add a query to the table
it didnt worked
33 replies