increments('id'); $table->integer('account_id'); $table->integer('people_id'); $table->string('object_type'); $table->integer('object_id'); $table->string('nature_of_operation'); $table->timestamps(); }); } /** * Reverse the migrations. * * @return void */ public function down() { // } }