5 lines
102 B
SQL
5 lines
102 B
SQL
-- P5-3247 Add hanger column to table inquiries
|
|
|
|
ALTER TABLE inquiries
|
|
ADD COLUMN hanger varchar;
|