Hello,
is it possible to allow the definition of sequences in the “Universal” model type by configuring the underlying packages somehow?
We are only targeting databases that support sequences (and nowadays nearly all do have them in one way or the other), so we would like to have that available in the Universal type already (also because we are using that to generate our Liquibase changeset from).
The same is true for the “boolean” datatype (as that is also a ANSI standard type) - but that can be easily solved by creating our own datatype.
It’s ok for me if I need to “clone” the existing definition, change it and add it under a new name to my installation.
Thanks
Thomas
Message was edited by: a_valued_customer