id(); $table->string('date')->comment('可订餐日期'); $table->timestamps(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('restaurant_date'); } };