bigIncrements('id'); $table->bigIncrements('uid'); $table->text('contents'); $table->timestamp('added_on'); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('options'); } }