Ejemplo n.º 1
0
 public function schema(Schema $table)
 {
     $table->increment('id');
     $table->string('user_id');
     $table->string('module');
     $table->string('operation');
     $table->log_content('text');
     $table->timeStamps();
 }