string('name','128')->primary(); //设置名称 $table->text('value')->nullable(); //设置备注 }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::drop('settings'); } }