dbfdg id(); $table->string('template_name'); $table->text('prompt'); $table->string('module'); $table->text('field_json'); $table->integer('is_tone'); $table->timestamps(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('templates'); } };