bigIncrements('id'); $table->integer('uid'); $table->date('month'); $table->decimal('fee',8,2); $table->timestamp('added_on'); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('charge'); } }