increments('id'); $table->string('order_id'); $table->string('transition'); $table->string('to'); $table->integer('user_id'); $table->timestamps(); }); } public function down() { Schema::dropIfExists('order_states'); } }