3 lines
99 B
SQL
3 lines
99 B
SQL
-- apply alter tables
|
|
alter table plant add column if not exists plant_original_name varchar(255);
|