text('form_prompt')->change(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::table('ai_form_completions', function (Blueprint $table) { $table->string('form_prompt')->change(); }); } };