1.2.2.16.Altering Table Structure - ALTER TABLE
alter table studentsdetails modify column email VARCHAR(100) unique;alter table studentsdetails modify column email VARCHAR(100) unique not null;
Last updated
alter table studentsdetails modify column email VARCHAR(100) unique;alter table studentsdetails modify column email VARCHAR(100) unique not null;Last updated