id(); $table->unsignedBigInteger('transaction_id'); $table->unsignedBigInteger('transactionable_id'); $table->string('transactionable_type'); }); } /** * Reverse the migrations. */ public function down(): void { Schema::dropIfExists('transactionables'); } };