6 lines
81 B
SQL
6 lines
81 B
SQL
create table empty_strings (
|
|
id int,
|
|
a varchar(20),
|
|
b varchar(20)
|
|
);
|