integer('off_amount')->nullable(); $table->string('off_code')->nullable(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::table('', function (Blueprint $table) { }); } }