$table->integer('votes');
$table->decimal('amount', $precision = 8, $scale = 2); // or $table->double('amount', 8, 2);
$table->bigInteger('votes');