unis_crm/sql/archive/alter_opportunity_excel_fie...

5 lines
198 B
MySQL
Raw Permalink Normal View History

2026-03-26 09:29:55 +00:00
alter table crm_opportunity
add column if not exists project_location varchar(100),
add column if not exists operator_name varchar(100),
add column if not exists competitor_name varchar(200);