Hi
Is there any setting to control the formatting of ALTER table statements?
At present a line such as:
ALTER TABLE drone_type ADD CONSTRAINT training_drone_type_fk FOREIGN KEY (train_code) REFERENCES training (train_code);
is returned as a single line.
As an alternative can anyone suggest a better formatter than the inbuilt one?
Lindsay.