id(); $table->string('name'); $table->integer('nami_id')->nullable(); $table->boolean('is_null'); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('confessions'); } }