string('favicon')->nullable(); $table->string('logo')->nullable(); $table->boolean('fullsidebar')->default("1"); $table->timestamps(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('customizations'); } }