wise-coders / dbschema

DbSchema Database Designer
https://dbschema.com
67 stars 3 forks source link

Suggestion: Allow copying of column names in index editor dialog box #80

Open NeilN1 opened 1 year ago

NeilN1 commented 1 year ago

It'd be handy if we could copy column names in the index editor dialog box so we could quickly add them to the index name. Even handier would be a toggle which would modify the index name automatically based on columns selected.

wise-coders commented 1 year ago

Could you please add a drawing (screenshot) to this? I am not sure from where to where to copy them.

NeilN1 commented 1 year ago

I'd like to highlight ContactId and hit Ctrl+C to copy it to the clipboard so I can paste it into the name field.

A more sophisticated option would be to have a "Add column name to index name" checkbox for each added column.

image