dbfdg id(); $table->string('type'); $table->date('start_date'); $table->time('time'); $table->text('note'); $table->string('module_type'); $table->unsignedBigInteger('module_id'); $table->unsignedBigInteger('created_by'); $table->timestamps(); }); } } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('log_activities'); } }