id(); $table->unsignedInteger('procent_site')->nullable(); $table->unsignedInteger('procent_local')->nullable(); $table->unsignedInteger('procent_top')->nullable(); $table->boolean('type')->default(1); $table->timestamps(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('votes'); } }