Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Modifying lsql_Users table, username field - This table already has a primary key.

Quote Reply
Modifying lsql_Users table, username field - This table already has a primary key.
Using lsql version 2.1.1, I'm trying to modify the Username field in the lsql_Users table. If I try to alter any property of this field (e.g. "form display"), then I get the error:

This table already has a primary key.

I've checked the lsql_Users.def file, and I assume from the following line that there is only one primary key defined:

'pk' => [
'Username'
],


I've already tried resynching defs. How do I go about altering this field?

Thanks for any help in advance.

Last edited by:

cwi: Apr 8, 2003, 11:46 AM