id(); $table->uuid('uuid')->unique()->index(); $table->string('value')->unique(); $table->enum('type', ['sex', 'yoga']); }); } /** * Reverse the migrations. * * @return void */ public function down() { // } }