linkml / linkml

Linked Open Data Modeling Language
https://linkml.io/linkml
Other
326 stars 101 forks source link

Enable the generation of default column values in Oracle #2412

Open VictoriaSavageNNL opened 2 weeks ago

VictoriaSavageNNL commented 2 weeks ago

What is your feature request? Currently, LinkML does not support the creation of a column with a default value within schema generation, this feature would enable a default value to be defined in the schema generator.

How important is this feature to you? Important - it's a blocker and can't do work without it

Additional context Add any other context about your feature request here.

nlharris commented 2 weeks ago

Is this specific to generator-SQL, or...?

VictoriaSavageNNL commented 2 weeks ago

Is this specific to generator-SQL, or...?

Yes, this is specific to the gen-sqlddl

cmungall commented 2 weeks ago

Should be straightforward hopefully! http://docs.sqlalchemy.org/en/latest/core/metadata.html