core
core copied to clipboard
database columns are not created when attributes are copied
database columns are not created when attributes are copied
copy any attributes from one metamodel to another and check the database
see https://github.com/MetaModels/core/pull/1267
We could make attributes copyable - currently this is only possible via multiple editing - but it must be specified that these can only be pasted into another model. The column name must be checked for uniqueness and, if necessary, provided with a postfix.
@baumannsven thinks this would be possible in the DCG, to configure the clipboard accordingly...