diff --git decisions.install decisions.install
index 754f678..4dd69e2 100644
--- decisions.install
+++ decisions.install
@@ -17,7 +17,7 @@ function decisions_schema() {
          'nid' => array('type' => 'int', 'not null' => TRUE, 'disp-width' => '10'),
          'mode' => array('type' => 'varchar', 'length' => '32', 'not null' => TRUE),
          'quorum_abs' => array('type' => 'int', 'unsigned' => TRUE, 'not null' => TRUE, 'default' => 0, 'disp-width' => '10'),
-         'quorum_percent' => array('type' => 'float', 'unsigned' => TRUE, 'length' => '32', 'not null' => TRUE, 'default' => '0'),
+         'quorum_percent' => array('type' => 'float', 'unsigned' => TRUE, 'not null' => TRUE, 'default' => '0'),
          'uselist' => array('type' => 'int', 'size' => 'tiny', 'not null' => FALSE, 'default' => 0, 'disp-width' => '4'),
          'active' => array('type' => 'int', 'size' => 'tiny', 'not null' => FALSE, 'default' => 1, 'disp-width' => '4'),
          'runtime' => array('type' => 'int', 'not null' => TRUE, 'default' => 0, 'disp-width' => '11'),
