bigIncrements('id'); $table->string('key')->unique()->comment('選項名稱'); $table->longText('value')->comment('選項值'); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('options'); } }