Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I wanted to know what is the difference between type and type DB schema ?
Is there a way to initialize the DB type with the exact value?
create table person (id int(5), name varchar(5));
alter table person modify column name varchar(10);