MySQL Forums
Forum List  »  MySQL Query Browser

Does QB support UNIQUE indices?
Posted by: Mihail Lukin
Date: April 30, 2010 07:58AM

Hi, community!

I just started to use QB and I wonder if kind of index "UNIQUE" is supported? I have table A:

CREATE TABLE A (
...
field_1 INT,
field_2 INT,
UNIQUE (field_1, field_2)
)

When I open table A with Table Editor and go to "Indices" tab, I can see that it's kind is "UNIQUE", but even if I change it to "INDEX" or "PRIMARY" (without saving changes!) I can't change it back to "UNIQUE". What's wrong with it?

Options: ReplyQuote


Subject
Written By
Posted
Does QB support UNIQUE indices?
April 30, 2010 07:58AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.