bigIncrements('id'); $table->jsonb('name'); $table->string('image'); $table->string('slug')->nullable(); $table->timestamps(); }); } public function down() { Schema::dropIfExists('brands'); } }