| 
															
														 | 
														
															 
														 | 
														
															
														 | 
														
															 
														 | 
													
												
													
														| 
															14
														 | 
														
															         Schema::create('surveys', function (Blueprint $table) { 
														 | 
														
															14
														 | 
														
															         Schema::create('surveys', function (Blueprint $table) { 
														 | 
													
												
													
														| 
															15
														 | 
														
															             $table->increments('id')->comment('PKey'); 
														 | 
														
															15
														 | 
														
															             $table->increments('id')->comment('PKey'); 
														 | 
													
												
													
														| 
															16
														 | 
														
															             $table->string("line_user_id")->comment("填寫人Line UID"); 
														 | 
														
															16
														 | 
														
															             $table->string("line_user_id")->comment("填寫人Line UID"); 
														 | 
													
												
													
														| 
															17
														 | 
														
															-            $table->string("head_sticker")->comment("填寫人頭貼"); 
														 | 
														
															
														 | 
														
															 
														 | 
													
												
													
														| 
															
														 | 
														
															 
														 | 
														
															17
														 | 
														
															+            $table->longText("head_sticker")->comment("填寫人頭貼"); 
														 | 
													
												
													
														| 
															18
														 | 
														
															             $table->string("nickname")->comment("暱稱"); 
														 | 
														
															18
														 | 
														
															             $table->string("nickname")->comment("暱稱"); 
														 | 
													
												
													
														| 
															19
														 | 
														
															-            $table->text("filler_content")->comment("問卷填寫內容"); 
														 | 
														
															
														 | 
														
															 
														 | 
													
												
													
														| 
															
														 | 
														
															 
														 | 
														
															19
														 | 
														
															+            $table->longText("filler_content")->comment("問卷填寫內容"); 
														 | 
													
												
													
														| 
															20
														 | 
														
															             $table->timestamps(); 
														 | 
														
															20
														 | 
														
															             $table->timestamps(); 
														 | 
													
												
													
														| 
															21
														 | 
														
															         }); 
														 | 
														
															21
														 | 
														
															         }); 
														 | 
													
												
													
														| 
															22
														 | 
														
															     } 
														 | 
														
															22
														 | 
														
															     } 
														 |