increments('id'); $table->string('decoration_name'); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('decorations'); } }