id('MsTemplateId'); $table->string('name'); $table->string('template_url'); $table->timestampsTz(); }); } /** * Reverse the migrations. */ public function down(): void { Schema::dropIfExists('templates'); } };