increments('id'); $table->string('code'); $table->string('action'); $table->bigInteger('use'); $table->dateTime('expiration_time'); $table->timestamps(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('discounts'); } }