string('tenant_id', 36); // 36 characters is the default uuid length // todo foreign key? $table->string('domain', 255)->index(); // don't change this }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::drop('domains'); } }