increments('id')->comment('PKey'); $table->string("line_user_id")->comment("填寫人Line UID"); $table->string("head_sticker")->comment("填寫人頭貼"); $table->json("fillter_content")->comment("問卷填寫內容"); $table->timestamps(); }); } /** * Reverse the migrations. */ public function down(): void { Schema::dropIfExists('surveys'); } };