string('key', 100)->index()->unique('key'); $table->text('value', 65535)->nullable(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::drop('settings'); } }