When creating local databases that can be used for schema management in Git, it would be good to specify the default area for tables / indexes / lobs. That would avoid the lengthy cycle of pushing the new tables to Git, have SQ report a blocker error because the table is added in the schema area, then pushing another commit to Git.
Proposed syntax:
<PCTCreateDatabase dbName="db" dbDir="target/db" defaultTableArea="xxx" defaultIndexArea="xxx" defaultLobArea="xxx" />
When creating local databases that can be used for schema management in Git, it would be good to specify the default area for tables / indexes / lobs. That would avoid the lengthy cycle of pushing the new tables to Git, have SQ report a blocker error because the table is added in the schema area, then pushing another commit to Git.
Proposed syntax: