increments('id'); $table->string('name')->index(); $table->text('description'); $table->timestamps(); }); } public function down() { Schema::drop('customer_log_statuses'); } }