diff --git a/database/migrations/2022_10_10_070137_add_documentable_index.php b/database/migrations/2022_10_10_070137_add_documentable_index.php new file mode 100644 index 000000000000..19fb9cfbbb40 --- /dev/null +++ b/database/migrations/2022_10_10_070137_add_documentable_index.php @@ -0,0 +1,30 @@ +index(['documentable_id', 'documentable_type','deleted_at']); + }); + } + + /** + * Reverse the migrations. + * + * @return void + */ + public function down() + { + // + } +};