generate Commit Script
Generate the commit script
Return
a script as a list of statements.
Parameters
db Id
is the DBMS
only Action
only the given actions
into
in which direction to generate the commit. Usually is SyncSide.toRight (database )
fun generateCommitScript(dbId: String, onlyAction: SyncAction?, into: SyncSide, includeForeignKeysInCreateTable: Boolean): AlterScript