Merge branch 'DDC-2280'
This commit is contained in:
commit
762f43c3dc
@ -155,6 +155,10 @@ class XmlExporter extends AbstractExporter
|
||||
$idXml->addAttribute('column', $field['columnName']);
|
||||
}
|
||||
|
||||
if (isset($field['length'])) {
|
||||
$idXml->addAttribute('length', $field['length']);
|
||||
}
|
||||
|
||||
if (isset($field['associationKey']) && $field['associationKey']) {
|
||||
$idXml->addAttribute('association-key', 'true');
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user