string('history')->nullable(); $table->string('national_code')->nullable(); $table->date('birthday')->nullable(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::table('', function (Blueprint $table) { }); } }