bigIncrements('id'); $table->string('name'); $table->integer('num_of_day'); $table->integer('import_id')->nullable()->comment('for import'); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('terms'); } }