id(); $table->string('name')->index(); $table->text('value')->comment('组件id,坐标 等集合'); $table->timestamps(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('print_templates'); } }