increments('id'); $table->string('template_id')->default('')->comment('微信模板消息ID'); $table->string('template_num')->default('')->comment('微信模板消息序号'); $table->string('msg')->default('')->comment('说明'); $table->timestamps(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::drop('templates'); } }