array( 'username' => array( 'description' => 'The {users}.username.', 'type' => 'varchar', 'length' => 64, 'not null' => true, 'default' => 0, ), 'passwd' => array( 'description' => 'The crypted (crypt) password.', 'type' => 'varchar', 'length' => 64, 'not null' => true, 'default' => '', ), ), 'primary key' => array('username'), ); return $schema; } ?>