-  taxzone_id       => { type => 'integer', default => '0', not_null => 1 },
-  terms            => { type => 'integer', default => '0' },
-  user_password    => { type => 'varchar', length => 12 },
-  username         => { type => 'varchar', length => 50 },
-  ustid            => { type => 'varchar', length => 14 },
+  taxzone_id       => { type => 'integer', not_null => 1 },
+  user_password    => { type => 'text' },
+  username         => { type => 'text' },
+  ustid            => { type => 'text' },