id(); $table->string('form_prompt'); $table->string('status'); $table->json('result')->nullable(); $table->string('ip'); $table->timestamps(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('ai_form_completions'); } };