bigIncrements('id'); $table->string('name'); $table->string('value'); $table->timestamps(); } ); } } /** * Reverse the migrations. * * @return void */ public function down() { // } }