[DDC-2280] length attribute in <id> was not converted.
This commit is contained in:
parent
665efad039
commit
b53f4fd4cc
@ -155,6 +155,10 @@ class XmlExporter extends AbstractExporter
|
|||||||
$idXml->addAttribute('column', $field['columnName']);
|
$idXml->addAttribute('column', $field['columnName']);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (isset($field['length'])) {
|
||||||
|
$idXml->addAttribute('length', $field['length']);
|
||||||
|
}
|
||||||
|
|
||||||
if (isset($field['associationKey']) && $field['associationKey']) {
|
if (isset($field['associationKey']) && $field['associationKey']) {
|
||||||
$idXml->addAttribute('association-key', 'true');
|
$idXml->addAttribute('association-key', 'true');
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user