3 lines
49 B
SQL
3 lines
49 B
SQL
alter table history
|
|
add column description text;
|
alter table history
|
|
add column description text;
|