id(); $table->jsonb('name'); $table->integer('power'); $table->timestamps(); }); } /** * Reverse the migrations. */ public function down(): void { Schema::dropIfExists('powers'); } };