Hi there, I am having trouble trying to alter a class and update an column constraint to PRIMARY KEY. I decided to create a new table using the following, still it does seem work: CREATE TABLE my_table (my_column INT PRIMARY KEY, my_column2 TEXT); Could any one help me please. Thanks in advance. Joao Paulo