3 lines
50 B
SQL
3 lines
50 B
SQL
alter table allowances
|
|
add column colour integer;
|
alter table allowances
|
|
add column colour integer;
|