bigIncrements('id'); $table->bigInteger('show_id'); $table->string('uuid'); $table->integer('seat'); $table->string('voucher'); $table->timestamp('date'); $table->timestamps(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('seats'); } }