It would be useful to be able to change the prefixes on the created objects. For example, triggers are called <table_name>BIU for Before Insert Update triggers. It would be useful to be able to set triggers to start with TRG<table_name> or to set sequences to start with SEQ_ rather than _SEQ.
It would be useful to be able to change the prefixes on the created objects. For example, triggers are called <table_name>BIU for Before Insert Update triggers. It would be useful to be able to set triggers to start with TRG<table_name> or to set sequences to start with SEQ_ rather than _SEQ.