4 lines
83 B
Plaintext
4 lines
83 B
Plaintext
drop table if exists t1;
|
|
create table t1(id int);
|
|
alter table t1 add column b int;
|