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