id(); // $table->unsignedBigInteger('entrance_number')->primary(); $table->text('hasaba_alysh')->nullable(); $table->string('hasaba_alysh_status')->nullable(); $table->text('baha_seljerish')->nullable(); $table->string('baha_seljerish_status')->nullable(); $table->text('tdh')->nullable(); $table->string('tdh_status')->nullable(); $table->text('hukuk')->nullable(); $table->string('hukuk_status')->nullable(); $table->timestamps(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('contracts'); } };