bigIncrements('id'); $table->string('nama')->default('PAUD TERPADU MUSTIKA ILMU'); $table->string('logo')->default('logo.png'); $table->timestamps(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('pengaturan'); } }