Bugfixes & Model for participants
This commit is contained in:
@@ -11,6 +11,7 @@ return new class extends Migration {
|
||||
{
|
||||
Schema::create('cron_task_types', function (Blueprint $table) {
|
||||
$table->string('slug')->primary();
|
||||
$table->timestamps();
|
||||
});
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user