5 lines
164 B
SQL
5 lines
164 B
SQL
alter table finance.categories
|
|
add column if not exists description varchar(1000);
|
|
|
|
alter table finance.categories
|
|
alter column type set data type varchar; |