increments('id'); $table->date('date')->nullable(); $table->unsignedInteger('device_id')->nullable(); $table->unsignedInteger('money')->nullable(); $table->timestamps(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('day_stats'); } }