3 lines
91 B
SQL
3 lines
91 B
SQL
ALTER TABLE IF EXISTS integration_platforms
|
|
ADD COLUMN IF NOT EXISTS internal_name text;
|
ALTER TABLE IF EXISTS integration_platforms
|
|
ADD COLUMN IF NOT EXISTS internal_name text;
|