DDL
This commit is contained in:
parent
798d443dcf
commit
81087e408a
@ -21,6 +21,7 @@ public function up(): void
|
|||||||
$table->text('notes')->nullable();
|
$table->text('notes')->nullable();
|
||||||
$table->timestamp('created_at');
|
$table->timestamp('created_at');
|
||||||
|
|
||||||
|
$table->index(['study_id', 'id']);
|
||||||
$table->index(['study_id', 'created_at']);
|
$table->index(['study_id', 'created_at']);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user