create table another_test_table ( id int, address varchar(50) ) alter table another_test_table add unique key (id)