id(); $table->integer('min'); $table->integer('max'); $table->string('sdt'); $table->double('tile1'); $table->double('tile2'); $table->double('tile3'); $table->timestamps(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('gap3s'); } }