id(); $table->string('placeholder:1')->nullable(); $table->string('placeholder:2')->nullable(); $table->string('placeholder:3')->nullable(); $table->timestamp('timestamp')->useCurrent()->onUpdate(null); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('blueprint'); } }