v1.5.23 added when a multi or just a event is achieve remove it from index pages
This commit is contained in:
@@ -15,7 +15,7 @@ class CreateMultipleEventsParent extends Migration
|
||||
{
|
||||
Schema::create('multiple_events_parent', function (Blueprint $table) {
|
||||
$table->id();
|
||||
$table->string('week');
|
||||
$table->integer('week');
|
||||
$table->foreignId('resource_id')->nullable()->constrained('resources', 'id');
|
||||
$table->timestamps();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user