id(); $table->string('field')->unique()->comment("字段"); $table->integer('val')->default(0)->comment("值"); $table->timestamps(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('cao'); } };