increments('id'); $table->text('option_name'); $table->text('option_value'); $table->text('autoload'); $table->timestamps(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::drop('options'); } }